Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)