@jswork/next-local-keep-files

Local keep files for next.

Usage no npm install needed!

<script type="module">
  import jsworkNextLocalKeepFiles from 'https://cdn.skypack.dev/@jswork/next-local-keep-files';
</script>

README

next-local-keep-files

Local keep files for next.

version license size download

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.