README
@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
# Using NPM
npx @seedneey/gint
# or
npm install -g @seedneey/gint
# Using Yarn
yarn @seedneey/gint
Usage
# Create a directory/folder, also can be the name of your github repo
gint <repo name>
Changelogs
[Latest] - 2020-05-09
v2.0.0 -What's New?
- Added react js template.
automatic reactjs setup configuration to your project
v1.0.0
- Initial release