Lightning CLI
The Lightning-CLI is the Command Line Interface tool for a seamles Lightning App Development flow.
Install the Lightning-CLI globally on your system
npm install -g @lightningjs/cli
Usage:
lng <command> [options]
Check out the complete documentation for more information.
Contributing
If you want to contribute to the Lightning-CLI, please consider the following:
- the master branch is the latest stable release
- the dev branch is used for upcoming releases
- all development should be done in dedicated topic branches (from latest
dev
-branch) - please send in your PR against the
dev
-branch