Package Exports
- create-adonis-ts-app
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-adonis-ts-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

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