peteatkinson / commet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

commet-be

šŸ¤² Free as in speech: available under the APLv2 license.

Getting Started

This project is intended to be used with the latest Active LTS release of Node.js

Clone repository

To clone the repository, use the following commands:

git clone https://github.com/rwxpeter/commet-be
cd comment-be
npm install

Available Scripts

  • clean - remove coverage data, Jest cache and transpiled files,
  • prebuild - lint source files and tests before building,
  • build - transpile TypeScript to ES6,
  • build:watch - interactive watch mode to automatically transpile source files,
  • lint - lint source files and tests,
  • test - run tests,
  • test:watch - interactive watch mode to automatically re-run tests

License

Licensed under the APLv2. See the License file for details.

About

License:Apache License 2.0


Languages

Language:TypeScript 92.3%Language:Shell 4.3%Language:JavaScript 3.4%