0.1.0 • Published 2 years ago
example-project-javascript v0.1.0
example-project-javascript
Example javascript project
Details
This project uses the TypeScript dialect of JavaScript. It has the following commands:
npm install
: install dependenciesnpm run build
: compile the typescript into javascriptnpm run build:release
: compile the typescript into javascript (release build)npm run lint
: run static analysis witheslint
npm run prettier
: autoformat the code withprettier
npm run test
: run the test suite, written usingjest
npm run start
: run the compiledmain.js
0.1.0
2 years ago