targos / create-adonis-ts-app

Boilerplate to create a new AdonisJs typescript project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

About

Boilerplate to create a new AdonisJs typescript project

License:MIT License


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%