4.2.0 • Published 1 month ago

@form8ion/rollup v4.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

rollup

form8ion plugin for managing rollup configuration in javascript projects

Node CI Workflow Status Codecov SLSA Level 2

Table of Contents

Usage

MIT license npm Try @form8ion/rollup on RunKit node

Installation

$ npm install @form8ion/rollup --save-prod

Example

Import

import {dialects, projectTypes} from '@form8ion/javascript-core';

Execute

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

API

scaffold

Scaffolder for configuring bundling of packages with Rollup

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

dialect string (required)

Chosen source JavaScript dialect of the project

Contributing

PRs Welcome Commitizen friendly Conventional Commits semantic-release Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test
4.2.0

1 month ago

4.1.0

2 months ago

4.0.0-beta.2

4 months ago

4.0.0-beta.1

4 months ago

4.0.0

4 months ago

3.2.0

5 months ago

3.1.0

5 months ago

3.0.2

6 months ago

3.0.1

1 year ago

3.0.0

1 year ago

2.1.1

2 years ago

2.1.0

2 years ago

1.1.2

2 years ago

2.0.0-beta.2

2 years ago

2.0.0-beta.1

2 years ago

2.0.1

2 years ago

2.0.0-beta.4

2 years ago

2.0.0

2 years ago

2.0.0-beta.3

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.0-alpha.1

2 years ago