Skip to content

Instantly share code, notes, and snippets.

@topherfangio
Created October 1, 2011 18:34
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 topherfangio/1256465 to your computer and use it in GitHub Desktop.
Save topherfangio/1256465 to your computer and use it in GitHub Desktop.
topher@macbook:~/Documents/Development/Angelic/public/angelic$ bpm list
spade (1.0.2)
sproutcore-metal (2.0.beta.3)
sproutcore-runtime (2.0.beta.3)
jquery (1.6.2)
sproutcore-views (2.0.beta.3)
handlebars (1.0.0.beta.3)
sproutcore-handlebars-format (2.0.beta.3)
sproutcore-handlebars (2.0.beta.3)
sproutcore (2.0.beta.3)
[WARN] 12 deprecation warnings were hidden. Run with --verbose to see them.
topher@macbook:~/Documents/Development/Angelic/public/angelic$ bpm --version
bpm (v1.0.0) - the browser package manager
BPM is a tool for aiding in development of JavaScript-based web applications.
It manages dependencies, custom file formats, minification and more.
Sample Usage:
bpm init my_app
cd my_app
bpm add my_dependency
bpm preview
Tasks:
bpm add [PACKAGE] # Add one or more dependencies to a bpm project
bpm debug [OPTION] # Display various options for debugging
bpm fetch [PACKAGE] # Fetch one or many bpm packages to local cache
bpm fetched [PACKAGE] # Displays a list of locally cached BPM packages
bpm help [TASK] # Describe available tasks or one specific task
bpm init [PATHS] # Configure a project to use BPM for management
bpm list # List BPM Packages
bpm login # Log in with your BPM credentials
bpm owner # Manage users for a package
bpm pack [PACKAGE] # Build a BPM package from a package.json
bpm preview # Preview server that autocompiles assets as they are requested
bpm push PACKAGE # Distribute your BPM package on GetBPM.org
bpm rebuild # Rebuilds BPM assets
bpm remove [PACKAGE] # Remove one or more dependencies from a BPM project
bpm unpack [PACKAGE] # Extract files from a BPM package
bpm yank PACKAGE # Remove a specific package version release from GetBPM.org
Options:
-V, [--verbose] # Show additional debug information while running
topher@macbook:~/Documents/Development/Angelic/public/angelic$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment