https://github.com/verful/adonis-package-boilerplate
A boilerplate for AdonisJS packages
https://github.com/verful/adonis-package-boilerplate
adonisjs boilerplate template
Last synced: 6 months ago
JSON representation
A boilerplate for AdonisJS packages
- Host: GitHub
- URL: https://github.com/verful/adonis-package-boilerplate
- Owner: verful
- Created: 2022-07-26T22:49:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T19:19:50.000Z (about 2 years ago)
- Last Synced: 2024-06-23T02:17:18.128Z (about 2 years ago)
- Topics: adonisjs, boilerplate, template
- Language: TypeScript
- Homepage:
- Size: 324 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Adonis Package Boilerplate
A opinionated package boilerplate for AdonisJS v6
## **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 pnpm
```bash
pnpm install
```
3. Setup NPM_TOKEN on github action secrets to enable release action