gignore-cli

1.0.7 • Public • Published

gignore-cli

A simple CLI tool for generating .gitignore file

Please note that this is just a person tool for quickly generating a .gitignore when bootstrap a new project.

Install

npm install -g gignore-cli

Or you can use npx so you don't even need to install the script

Usage

Note that if there's an existing .gitignore, you can choose to override or skip adding it

gignore-cli -t node # Add a .gignore file for NodeJS base project

Without installing the script

npx gignore-cli -t node

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i gignore-cli

Weekly Downloads

1

Version

1.0.7

License

MIT

Unpacked Size

10.2 kB

Total Files

6

Last publish

Collaborators

  • konekoya