1.0.1 • Published 3 years ago

create-gitnore v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

create-gitnore

Create .gitignore default file from github/gitignore

Usage

Basic usage

npx create-gitnore [name]
# or
yarn create gitnore [name]

[name] is template name from https://github.com/github/gitignore


example:

NodeJs:

yarn create gitnore node
# or
npx create-gitnore node

WordPress:

yarn create gitnore word-press
# or
yarn create gitnore WordPress

Goto Project Repo: Here