@file-cache/npm
Create cache key that related npm package.
Installation
npm install @file-cache/npm
Usage
import { createCacheKey } from '@file-cache/npm';
createCacheKey(["@file-cache/npm"]); // cacche key
Tests
npm test
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT