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.
npx create-adonis-ts-app hello-world
# yarn
yarn create adonis-ts-app hello-world