Skip to content

ColumbiaOSS/example-project-javascript

Repository files navigation

example-project-javascript

Example javascript project

Build Status codecov npm

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