0.1.0 • Published 8 years ago

trlblzr v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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.