https://github.com/pintoinfant/gitignre
Node CLI tool for adding a gitignore file to your project.
https://github.com/pintoinfant/gitignre
cli gitignore gitignore-generator nodejs
Last synced: 3 months ago
JSON representation
Node CLI tool for adding a gitignore file to your project.
- Host: GitHub
- URL: https://github.com/pintoinfant/gitignre
- Owner: pintoinfant
- Created: 2022-06-17T02:40:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T06:28:27.000Z (about 4 years ago)
- Last Synced: 2025-09-05T05:53:17.507Z (11 months ago)
- Topics: cli, gitignore, gitignore-generator, nodejs
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitignre
A Node CLI to add `.gitignore` files for any of your new projects
[The list of available gitignore files by Github](https://github.com/github/gitignore)
## Use as a global utility
### Install
npm install gitignre -g
### Usage
To list out all of the available types:
gitignre
To create a `.gitignore` for node project:
gitignre node
That's it.