All Projects → gsmlg-dev → Foundation

gsmlg-dev / Foundation

Licence: GPL-3.0 license
My Software BASE

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects
go
31211 projects - #10 most used programming language
Dockerfile
14818 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Foundation

Vue Foundation
VueJS + Foundation + Vue-Router + Webpack
Stars: ✭ 212 (+341.67%)
Mutual labels:  foundation
Ignite
A comprehensive Flask boilerplate to build SaaS applications that includes Stripe billing, emails, login, and OAuth.
Stars: ✭ 102 (+112.5%)
Mutual labels:  foundation
react-page-swapper
An orchestrator that eases out the implementation of page transitions
Stars: ✭ 16 (-66.67%)
Mutual labels:  base
Scipio Erp
Your Online Business Kit - Build your own business applications. Create your own online shop. Customize to your own needs.
Stars: ✭ 247 (+414.58%)
Mutual labels:  foundation
reactive.foundation
reactive.foundation website
Stars: ✭ 18 (-62.5%)
Mutual labels:  foundation
tools-android
Objective-C on Android with Foundation, CoreFoundation, and libdispatch.
Stars: ✭ 38 (-20.83%)
Mutual labels:  foundation
Cornerstone
Cornerstone is a WordPress starter theme based on the Zurb Foundation Responsive Framework. Cornerstone aims to provide a lightweight starter theme that is responsive and SEO friendly that web designers can build great looking websites on.
Stars: ✭ 154 (+220.83%)
Mutual labels:  foundation
ButOSX
CSGO Cheat Base for MacOSX. Written in C++ & Objective C. Menu Powered by ImGui. Includes Apple TouchBar API.
Stars: ✭ 58 (+20.83%)
Mutual labels:  base
Swift-ISO8601-DurationParser
Swift ISO8601 Parser
Stars: ✭ 24 (-50%)
Mutual labels:  foundation
heisenberg
Zeek WordPress starter theme based on _s and Foundation
Stars: ✭ 77 (+60.42%)
Mutual labels:  foundation
mesh
A page builder, simplified. Get the most flexibility to display content by adding multiple content sections within Pages, Posts, or Custom Post Types.
Stars: ✭ 44 (-8.33%)
Mutual labels:  foundation
extensions-kit
📦 Collection of Swift+Apple Frameworks extensions for speeding up software development [iOS & iPadOS].
Stars: ✭ 71 (+47.92%)
Mutual labels:  foundation
fnd-docs
Foundation developer docs
Stars: ✭ 33 (-31.25%)
Mutual labels:  foundation
Swift Essentials
A set of essential Swift stuff I use in every single iOS app.
Stars: ✭ 223 (+364.58%)
Mutual labels:  foundation
base
Base is Baianat's design language, built based on the art of big typography and giving exactly the same experience on any device using responsive elements technique.
Stars: ✭ 13 (-72.92%)
Mutual labels:  base
Pinky
A Foundation for Emails (Inky) template transpiler
Stars: ✭ 154 (+220.83%)
Mutual labels:  foundation
foundation-server
(v1) A scalable cryptocurrency mining pool server written in Node.js
Stars: ✭ 45 (-6.25%)
Mutual labels:  foundation
ansible-repertory
No description or website provided.
Stars: ✭ 61 (+27.08%)
Mutual labels:  base
kiva
Ground heat transfer calculation tool
Stars: ✭ 23 (-52.08%)
Mutual labels:  foundation
OperationPlus
NSOperation's missing pieces
Stars: ✭ 119 (+147.92%)
Mutual labels:  foundation

Foundation

semantic-release commits last commit tags license

My software foundation.

This repo will include all my public software, scripts, configs and CI system.

What is this repo?

My github repo aggregation.

I've manage too many repositories, that I have to combine them to one so that I can manage them easily.

Repos

Use sementic release

If a dir is develop by me, can use @gsmlg/semantic-release-action, like so:

  - name: 🚀 Release
    uses: gsmlg/semantic-release-action@v3
    with:
        release_name: <Release name>
        working-directory: <Project directory>
    env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

and also need to add a .release.yaml file in directory like so:

extends: "semantic-release-monorepo"
repositoryUrl: https://github.com/gsmlg-dev/Foundation.git
plugins:
  - '@semantic-release/commit-analyzer'
  - '@semantic-release/release-notes-generator'
  - '@semantic-release/github'
  - - "@semantic-release/exec"
    - "prepareCmd" : "echo ${nextRelease.version}"
      "publishCmd" : "echo pubhlish <name> ${nextRelease.version}"
branches:
  - +([0-9])?(.{+([0-9]),x}).x
  - main
  - next
  - next-major
  - {name: 'beta', prerelease: true}
  - {name: 'alpha', prerelease: true}

Commit Message Type

Must be one of the following:

  • feat: A new feature
  • fix: A bug fix
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • refactor: A code change that neither fixes a bug nor adds a feature
  • perf: A code change that improves performance
  • test: Adding missing or correcting existing tests
  • chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].