Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

prontojs

francoisv5ISC0.0.3

pronto ======

readme

pronto

Express JS's little helper

About

pronto is a bootstrapper to create and maintain Express apps.

Install

npm install -g co2-git/pronto

Run

mkdir my-server
cd my-server
pronto init
npm install
node pronto