npm.io
2.0.1 • Published 6 years agoCLI

@seedneey/gint

Licence
ISC
Version
2.0.1
Deps
15
Size
49 kB
Vulns
0
Weekly
0

@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 or npm:

# 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

v2.0.0 - [Latest] - 2020-05-09
What's New?
  • Added react js template.

    automatic reactjs setup configuration to your project

v1.0.0
  • Initial release

License

MIT