Skip to content

Instantly share code, notes, and snippets.

@klaemo
Created January 11, 2016 17:50
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 klaemo/0546f8051341d6df31cc to your computer and use it in GitHub Desktop.
Save klaemo/0546f8051341d6df31cc to your computer and use it in GitHub Desktop.
npm run description
{
"description": "fancy npm run",
"version": "1.0.0",
"scripts": {
"build": {
"title": "Build our js",
"cmd": "browserify index.js > foo.js"
},
"start": {
"title": "Start dev server",
"cmd": "http-server ."
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment