2.0.1 • Published 4 years ago

@seedneey/gint v2.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

@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

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago