create-gitnore
v1.0.1
Published
Create .gitignore default file from github/gitignore
Readme
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 nodeWordPress:
yarn create gitnore word-press
# or
yarn create gitnore WordPress
Goto Project Repo: Here
