ohall
v0.2.1
Published
Light weight console based tool for front-end developers. Fast access to most important js libraries(jQuery, Angular.js etc.)
Downloads
6
Maintainers
Readme
#Oh all!
Light weight console based tool for front-end developers. Fast access to most important js libraries(jQuery, Angular.js etc.)
##Motivation
Bower
and etc products are great and powerful tools, but sometimes I just need last jquery. I don't need documentation sources or jquery sources in strange 'bower_components' folder.Bower
request for work git, I think this isn't always comfortable, when I just want receiveangular.js
build- I don't want to search CDN links.
- Also I wanted to level up my
node.js
- I think
bower
too powerful product for many tasks. - Oh all!
##Installing
npm install ohall --global
##Using
ohall! support commamds which very similar to npm(and bower) commands.
Hm... do u think this is similar? - you and my grandmother
Ohh all! - me
###Commands
ohall default
- resetting all setting to default.ohall set name value
- save property for global settings(example : CDN_URL)ohall get name
- getting property value from global settingsohall list
- getting all packages which ohall 'know'ohall install package
orohall install package1 package2 packageN
- installing packages into current directoryohall pack query
- packing new package by queryohall find query
- finding packages by string queryohall tell package
- telling about concrete package name, descriptions, available versions, builds etc.ohall url package
- open official page for packageohall api package
- open API page for package
Flags
ohall --dev
- starting ohall without loading package.json from server, starting with empty repository, for development only