manouman / create-adonis-ts-app

Boilerplate to create a new AdonisJs typescript project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

About

Boilerplate to create a new AdonisJs typescript project

License:MIT License


Languages

Language:TypeScript 99.0%Language:JavaScript 1.0%