0.1.0 • Published 2 years ago

example-project-javascript v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

example-project-javascript

Example javascript project

Build Status codecov

Details

This project uses the TypeScript dialect of JavaScript. It has the following commands:

  • npm install: install dependencies
  • npm run build: compile the typescript into javascript
  • npm run build:release: compile the typescript into javascript (release build)
  • npm run lint: run static analysis with eslint
  • npm run prettier: autoformat the code with prettier
  • npm run test: run the test suite, written using jest
  • npm run start: run the compiled main.js
0.1.0

2 years ago