Skip to content

Instantly share code, notes, and snippets.

@roeniss
Created February 16, 2020 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roeniss/188176e1fb9e43d82b228479d41b697e to your computer and use it in GitHub Desktop.
Save roeniss/188176e1fb9e43d82b228479d41b697e to your computer and use it in GitHub Desktop.
npx express-generator with options
#!/bin/bash
npx express-generator -e -v ejs -c sass -f --git .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment