1.0.9 • Published 6 years ago
@dizmo/types-bundle v1.0.9
@dizmo/types-bundle
Library module.
Usage
Install
npm install @dizmo/types-bundle --save-devRequire
const { Bundle } = require('@dizmo/types-bundle');Examples
import Bundle from '@dizmo/types-bundle'declare const bundle: Bundle;Development
Clean
npm run cleanBuild
npm run buildwithout linting and cleaning:
npm run -- build --no-lint --no-cleanwith UMD bundling (incl. minimization):
npm run -- build --prepackwith UMD bundling (excl. minimization):
npm run -- build --prepack --no-minifyLint
npm run lintwith auto-fixing:
npm run -- lint --fixTest
npm run testwithout linting, cleaning and (re-)building:
npm run -- test --no-lint --no-clean --no-buildCover
npm run coverwithout linting, cleaning and (re-)building:
npm run -- cover --no-lint --no-clean --no-buildPublish
npm publishinitially (if public):
npm publish --access=publicCopyright
© 2019 dizmo AG, Switzerland