UNPKG

@seedneey/gint

Version:

creating a repo (in Github) for your project in one command

56 lines (36 loc) 1.09 kB
# @seedneey/gint > my personal CLI that automate the repetative initial git commands for new project 👨‍💻 > it creates a repo in github and a git initialized folder with .gitignore file innit ## Features - Auto creation of project folder - Built-in Git commands and publishing to Github - auto create a repo in github - initialize git - stagging files - initial commit - add remote origin - push to master ## Installation Install it using [yarn](https://yarnpkg.com/) or [npm](https://www.npmjs.com/): ```bash # Using NPM npx @seedneey/gint # or npm install -g @seedneey/gint # Using Yarn yarn @seedneey/gint ``` ## Usage ```bash # Create a directory/folder, also can be the name of your github repo gint <repo name> ``` ## Changelogs ### v2.0.0 - [[Latest]](https://github.com/sbercasio/gint-personal-cli/releases/tag/v2.0.0) - 2020-05-09 #### What's New? - Added react js template. > automatic reactjs setup configuration to your project ### v1.0.0 - Initial release ## License [MIT](https://github.com/sbercasio/gint-personal-cli/blob/master/LICENSE)