1.0.1 • Published 5 years ago
create-gitnore v1.0.1
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 WordPressGoto Project Repo: Here