1.0.1 • Published 4 years ago
@jswork/next-local-keep-files v1.0.1
next-local-keep-files
Local keep files for next.
installation
npm install -S @jswork/next-local-keep-files
usage
import '@jswork/next-local-keep-files';
nx.localKeepFiles({
keep: 5,
files: globby.sync('__tests__/files/*.txt')
});
license
Code released under the MIT license.