Skip to content

mwafa/create-gitnore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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