Skip to content

Instantly share code, notes, and snippets.

View eltonmarques96's full-sized avatar
:shipit:
Always coding

Elton Marques dos Santos eltonmarques96

:shipit:
Always coding
View GitHub Profile
@eltonmarques96
eltonmarques96 / AdonisJS Basic config
Created March 25, 2020 05:04
Package.json model for AdonisJS with: lint-staged, husky, prettier, eslint and commitlint
{
"name": "adonis-api-app",
"version": "4.1.0",
"adonis-version": "4.1.0",
"description": "Adonisjs boilerplate for API server with pre-configured JWT",
"main": "index.js",
"scripts": {
"start": "yarn install && node ace migration:run && node server.js",
"dev": "nodemon --inspect server.js",
"test": "node ace test --bail --timeout 5000",