/create-adonis-ts-app

Boilerplate to create a new AdonisJs typescript project

Primary LanguageTypeScriptMIT LicenseMIT


Create AdonisJS App

Executable package to create a new AdonisJS v5 application.

With the rise of npx and yarn create, the need of installing packages globally to execute one off commands has diminished.

The package contains only a single command to create a new AdonisJS typescript project.

Usage

npx create-adonis-ts-app hello-world

# yarn
yarn create adonis-ts-app hello-world