This is a template repository that can be used to quickly bootstrap a new project using the ts
toolchain. The official documentation for ts
is available at darkobits.gitbook.io/ts.
- Clone this repository, or open it in StackBlitz.
- Run
npm install
. Note: In StackBlitz, this will happen automatically. - Run
nr --scripts
to see a list of available package scripts for building, testing, releasing, and more. - When you're ready to publish, set the
name
,description
,author
, andrepository.url
fields inpackage.json
and remove theprivate
field.