/create-adonis-ts-app

Boilerplate to create a new AdonisJs typescript project

Primary LanguageTypeScriptMIT LicenseMIT


Create Adonis Typescript app

The executable script to create a new AdonisJs project using npx or yarn create. Also the adonis cli will use this as a boilerplate.

Usage

npx create-adonis-ts-app yardstick

# yarn
yarn create adonis-ts-app yardstick

Customizing project

The default project is created for a traditional web app. However, you can define a different boilerplate using the boilerplate flag.

npx create-adonis-ts-app yardstick --boilerplate=api