Skip to content

Instantly share code, notes, and snippets.

@techwraith
Created September 16, 2011 21:32
Show Gist options
  • Save techwraith/1223215 to your computer and use it in GitHub Desktop.
Save techwraith/1223215 to your computer and use it in GitHub Desktop.
Create an express app with stylus as the default css lang
$ npm install -g express
$ express /tmp/foo -c "stylus" && cd /tmp/foo
$ npm install -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment