2.0.1 • Published 4 months ago

@form8ion/vite v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

vite

form8ion plugin for managing Vite configuration in javascript projects

Node CI Workflow Status Codecov SLSA Level 2

Table of Contents

Usage

MIT license npm Try @form8ion/vite on RunKit node

Installation

$ npm install @form8ion/vite --save-dev

Example

Import

import {scaffold} from '@form8ion/vite';

Execute

(async () => {
  await scaffold({projectRoot: process.cwd(), projectType: projectTypes.PACKAGE});
})();

API

scaffold

Scaffolder for enabling Vite for building a project.

Takes a single options object as an argument, containing:

projectRoot string (required)

path to the root of the project

projectType string (required)

Chosen type of possible JavaScript project type

Contributing

PRs Welcome Commitizen friendly Conventional Commits semantic-release: angular Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test
2.0.1

4 months ago

1.3.3

10 months ago

2.0.0-beta.2

8 months ago

2.0.0-beta.1

8 months ago

2.0.0

8 months ago

1.3.2

1 year ago

1.3.1

2 years ago

1.2.0

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

1.3.0

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.0-alpha.3

2 years ago

1.0.0-alpha.2

2 years ago

1.0.0-alpha.1

2 years ago