Skip to content

pyramation/standalone-module

create standalone modules

Usage

yarn add standalone-module
import { transform } from 'standalone-module';

(async ()=>{
  const code = await transform({
    moduleName: 'myawesomemodule', 
    modulePath: __dirname + '/path/to/your/module'
  });
})();

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published