@seedneey/gint

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

Usage no npm install needed!

<script type="module">
  import seedneeyGint from 'https://cdn.skypack.dev/@seedneey/gint';
</script>

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

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