UNPKG

lobo-cli

Version:
22 lines (17 loc) 602 B
# lobo-cli A node cli wrapper package for building and running elm tests using [lobo](https://www.npmjs.com/package/lobo) ## Install Assuming you already have npm installed, then the cli can be installed globally using: ``` npm install lobo-cli -g ``` ## Usage To use the cli you will also need to have lobo locally installed for your application. Once the cli and lobo is installed you can run it as follows: ``` lobo --watch ``` ## Contributions Contributions and suggestions welcome! In the first instance please raise an issue to against this project before starting work on a pull request.