Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

26 Commits

Repository files navigation

make-module Build Statuscodecov.io

Create a node module from a string of code, and maybe a file name.

npm install make-module

varfile=path.join(__dirname,"./some-module.js");varcode=fs.readFileSync(file).toString();varsomeModule=makeModule(code,file);// find `module.exports` at `someModule.exports`

About

make node modules from strings of code

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages