0.0.0 • Published 4 years ago

purge-require-cache v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

purge-require-cache purge-require-cache

Remove module instance from require.cache

Installation

$ npm install purge-require-cache

Example

const { 
  purgeCache, 
  searchCache 
} = require('purge-require-cache');

purgeCache('mymodule');

Contributing

  • Fork this Repo first
  • Clone your Repo
  • Install dependencies by $ npm install
  • Checkout a feature branch
  • Feel free to add your features
  • Make sure your features are fully tested
  • Publish your local branch, Open a pull request
  • Enjoy hacking <3

MIT

This work is licensed under the MIT license.