atom / require-snapshot

Save and restore require function's cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our official announcement

require-snapshot

Save and restore require function's cache.

Installing

npm install require-snapshot

Building

  • Clone the repository
  • Run npm install
  • Run grunt to compile the CoffeeScript code
  • Run grunt test to run the specs

Usage

requireSnapshot = require 'require-snapshot'

About

Save and restore require function's cache

License:MIT License


Languages

Language:CoffeeScript 100.0%