npm.io
0.1.0 • Published 10 years ago

trlblzr

Licence
MIT
Version
0.1.0
Deps
0
Vulns
0
Weekly
0

trlblzr

Build Status

Implementation of the Trailblazer architecture

Quick Start

Coming soon

Contribute

Helpful NPM scripts:

# Run the TypeScript compiler
# according to `tsconfig.json`
npm run build

# Same as above, but automatically
# rebuilds on file changes
npm run build:watch

# Removes built JS files
npm run build:clean

# Runs `build:watch` and `test:watch`
# scripts concurrently
npm run develop:watch

# Runs all tests under `test`
npm run test

# Lints all `*.ts` files in `src` and
# `test` according to `tslint.json`
npm run test:lint

# Same as above, but automatically
# retests on file changes
npm run test:watch

License

This project is licensed under the MIT License. See LICENSE for details.