form8ion plugin for managing Vite configuration in javascript projects
$ npm install @form8ion/vite --save-dev
import {scaffold} from '@form8ion/vite';
(async () => {
await scaffold({projectRoot: process.cwd(), projectType: projectTypes.PACKAGE});
})();
Scaffolder for enabling Vite for building a project.
Takes a single options object as an argument, containing:
path to the root of the project
Chosen type of possible JavaScript project type
$ nvm install
$ npm install
$ npm test