@kayahr/create-project
v2.0.0
Published
Template for kayahr typescript projects
Readme
Kayahr Project Template
To create a new @kayahr project run this:
npm init @kayahr/project <project-directory>This performs the following steps:
- Create new project directory
- Copy the project template files into it and replace template variables like the project name (derived from last part of project directory)
- Installs the newest versions of all project dependencies
- Builds the new project for the first time
- Runs all tests and generates API doc for the first time
