form8ion plugin for managing rollup configuration in javascript projects
$ npm install @form8ion/rollup --save-prod
import {dialects, projectTypes} from '@form8ion/javascript-core';
(async () => {
await scaffold({projectRoot: process.cwd(), dialect: dialects.BABEL, projectType: projectTypes.PACKAGE});
})();
Scaffolder for configuring bundling of packages with Rollup
Takes a single options object as an argument, containing:
path to the root of the project
Chosen type of possible JavaScript project type
Chosen source JavaScript dialect of the project
$ nvm install
$ npm install
$ npm test