https://github.com/afeiship/next-local-keep-files
Local keep files for next.
https://github.com/afeiship/next-local-keep-files
files keep limit local next
Last synced: about 1 month ago
JSON representation
Local keep files for next.
- Host: GitHub
- URL: https://github.com/afeiship/next-local-keep-files
- Owner: afeiship
- License: mit
- Created: 2017-02-08T02:46:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-17T01:32:12.000Z (about 4 years ago)
- Last Synced: 2025-08-08T18:30:32.378Z (2 months ago)
- Topics: files, keep, limit, local, next
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# next-local-keep-files
> Local keep files for next.[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]## installation
```bash
npm install -S @jswork/next-local-keep-files
```## usage
```js
import '@jswork/next-local-keep-files';nx.localKeepFiles({
keep: 5,
files: globby.sync('__tests__/files/*.txt')
});
```## license
Code released under [the MIT license](https://github.com/afeiship/next-local-keep-files/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/next-local-keep-files
[version-url]: https://npmjs.org/package/@jswork/next-local-keep-files[license-image]: https://img.shields.io/npm/l/@jswork/next-local-keep-files
[license-url]: https://github.com/afeiship/next-local-keep-files/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-local-keep-files
[size-url]: https://github.com/afeiship/next-local-keep-files/blob/master/dist/next-local-keep-files.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/next-local-keep-files
[download-url]: https://www.npmjs.com/package/@jswork/next-local-keep-files