Skip to content

divamtech/adonis-package-boilerplate

 
 

Repository files navigation

Adonis Package Boilerplate

A easy way to create AdonisJS packages

Usage

  1. Press the "Use this template" button at the top of this page to create a new repository with the contents of this template.
  2. Install the required dependencies using your preferred package manager
npm install
yarn install
pnpm install
  1. Run the configuration script using your preffered package manager
npm run configure
yarn configure
pnpm configure

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.4%
  • Shell 2.0%
  • JavaScript 0.6%