Skip to content

Instantly share code, notes, and snippets.

View fedecarg's full-sized avatar
🥄
There is no spoon

Federico Cargnelutti fedecarg

🥄
There is no spoon
View GitHub Profile

Publish Article

+ resolvePublishUrl()
|___ app/sites/cnn/index.js 
|
+ getSlugUrl()
|___ app/services/server/publish-url.js 

mainComponent:

Using Lerna to Lint, Test and Copy NPM packages

Lerna allows you to list local packages that have changed since the last release:

$ cd /path/to/node-app
$ npx lerna changed -p

lerna notice cli v3.20.2
lerna info versioning independent

Users

A secure REST API for managing users, user authentication, and password reset. Includes JWT auth, protected routes, and a custom SQL migration system.

Getting Started

1. Install dependencies

npm install