Skip to content

darkobits/ts-template

Repository files navigation

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.

  1. Clone this repository, or open it in StackBlitz.
  2. Run npm install. Note: In StackBlitz, this will happen automatically.
  3. Run nr --scripts to see a list of available package scripts for building, testing, releasing, and more.
  4. When you're ready to publish, set the name, description, author, and repository.url fields in package.json and remove the private field.