@plugjs/build
v0.6.92
Published
Simple shared build using PlugJS
Maintainers
Readme
Simple shared build using PlugJS
This repository contains a basic, default build system created with PlugJS.
The overall setup does the following:
- transpiles all TypeScript sources to ESM and CommonJS modules
- type-checks all TypeScript sources and produces
.d.tstype definitions - runs unit tests using the
Expect5framework - lints all sources with ESLint v9 and the PlugJS ESlint Plugin
- collects coverage and produces an HTML report from it.
To get started, simply run npx '@plugjs/build' in an empty directory. It
will create the required project layout and sample files.
$ npx '@plugjs/build'
$ npm install
$ npm run build