npm util for @file-cache
npm install @file-cache/npmCreate cache key that related npm package.
npm install @file-cache/npm
``js`
import { createCacheKey } from '@file-cache/npm';
createCacheKey(["@file-cache/npm"]); // cacche key
npm test
1. Fork it!
2. Create your feature branch: git checkout -b my-new-featuregit commit -am 'Add some feature'
3. Commit your changes: git push origin my-new-feature`
4. Push to the branch:
5. Submit a pull request :D
MIT