create-test-ejs-new
v1.0.0
Published
Create a new Express + EJS starter project
Maintainers
Readme
create-test-ejs-new
Scaffold a minimal Express + EJS starter with routes and static assets.
Usage
# Using npm 7+
npm create test-ejs-new@latest
# Or with npx
npx create-test-ejs-new@latest
# Or install globally
npm i -g create-test-ejs-new
create-test-ejs-newFollow the prompts to name your project and optionally install dependencies automatically.
What you get
- Express + EJS configured
- Routes under
src/routes - Views under
src/views - Static assets under
src/public - Scripts:
npm run dev,npm start
Local development of this CLI
- Run the CLI locally from this repo root:
node bin/cli.js