0.3.0 • Published 10 years ago
noradf-cli v0.3.0
Norad Framework Command Line
norad-cli is part of the Norad Framework
Basic Usage
Create a noradf project
noradf initInstall a noradf module from https://github.com/Noradf repository
noradf install mymoduleInstall a noradf module from a git repository
noradf install mymodule --git https://github.com/user/mymoduleInstall a noradf module from path
noradf install mymodule --path ~/my/module/pathInstall all the modules in modules property from noradf.json file
noradf installInstall a module and overwrite the existing one
noradf install mymodule --forceCreates a noradf module in a Noradf Application with prompting
noradf moduleCreates a noradf module in a Noradf Application
noradf module mymoduleCreates a noradf module in a Noradf Application with prompting
noradf module-devCreate a noradf module for development
noradf module-dev mymoduleInstall a npm package in a developing module
noradf module-dev -n npmModuleInstall a bower package in a developing module
noradf module-dev -b bowerModule