Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajikaimal/npm-ignore
📋 Generate .npmignore file
https://github.com/rajikaimal/npm-ignore
Last synced: 10 days ago
JSON representation
📋 Generate .npmignore file
- Host: GitHub
- URL: https://github.com/rajikaimal/npm-ignore
- Owner: rajikaimal
- Created: 2018-11-17T17:22:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T12:25:05.000Z (almost 6 years ago)
- Last Synced: 2024-02-25T03:02:24.644Z (9 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm-ignore
Generated .npmignore file
## Install
```
$ npm install @rajikaimal/npm-ignore
```## Usage
```js
const npmIgnore = require("@rajikaimal/npm-ignore");npmIgnore(".tmp").then(created => {
console.log(created);
//true
});
```## Related
- [npm-ignore-cli](https://github.com/rajikaimal/npm-ignore-cli)
## License
MIT © [rajikaimal](https://github.com/rajikaimal)