trlblzr

Implementation of the Trailblazer architecture

Usage no npm install needed!

<script type="module">
  import trlblzr from 'https://cdn.skypack.dev/trlblzr';
</script>

README

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.