1.2.2 • Published 4 years ago

@aicsnpm/agentviz-viewer v1.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

template-npm-package

This is a template for an npm package. It supports three output targets: CommonJS, EcmaScript module, and UMD.

Description of Gradle tasks:

scriptcomments
buildcreate CommonJS, ES module, and UMD builds
bundlerun Webpack to create a UMD bundle
cleanremove generated artifacts
formatrun prettier on src directory
generateTypesgenerate type declarations
lintrun eslint on src directory
transpileCommonJsrun babel on src directory; transpile import/export statements for a CommonJS compatible build
transpileESrun babel on src directory; do not transpile import/export statements for an ES module compatible build (used by bundlers for tree-shaking)
testrun mocha; searches for any files matching the pattern "src/*/.test.js"
typeCheckrun tsc in type-check only mode
startruns an example app from examples for testing. Runs at localhost:8080/public/. Run ./gradlew build to see new changes from src
1.2.2

4 years ago