Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Commands

Ian Storm Taylor edited this page Oct 10, 2013 · 23 revisions
  • graph - output a dependency graph
  • compile - pre-compile all your .ejs files to requirable js files. Sorry does not work on Windows :(
  • shrinkwrap - save and reload specific versions of the components
  • npm-post-install - Post-install script for npm(1) which makes a component to be a valid node module.
  • serve - Development server that builds your components on every request.
  • set - add a dependency to your json
  • render - Render html file from template file for component
  • assets - Easily add all your scripts, styles, images and files to your component.json file
  • size - list the file sizes of all dependencies.
  • outdated - list outdated dependencies.
  • update - update outdated dependencies.
Clone this wiki locally