create-roux
v1.0.2
Published
Create a Roux Express + Sequelize + Postgres boilerplate
Maintainers
Readme
create-roux
CLI to scaffold a Roux boilerplate project (Express + Sequelize + Postgres).
Usage
npx create-roux my-app
# or
npm create roux my-appThen:
cd my-app
npm install
cp .env.example .env
npm run compile
npm run startWhat you get
- Express API base
- Sequelize + Postgres setup
- Generators:
npm run generate:*
Notes
Template is bundled in this package for fast install and versioned snapshots.
