https://github.com/antoniopresto/fignore
Automatically create gitignore file for node projects
https://github.com/antoniopresto/fignore
Last synced: 3 months ago
JSON representation
Automatically create gitignore file for node projects
- Host: GitHub
- URL: https://github.com/antoniopresto/fignore
- Owner: antoniopresto
- Created: 2017-08-11T20:04:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T20:14:13.000Z (almost 8 years ago)
- Last Synced: 2025-02-25T11:41:28.478Z (4 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fignore
Automatically creates excellent `.gitignore` for node projects
## Use as a global utility
### Install
npm install fignore -g
### Usage
To create a `.gitignore`:
fignore
That's it.