bbqcli v1.0.6
BBQ Cli tool
A cli tool designed to make the lives of BBQ devs easier.
Getting Started
BBQCLI is dependant on two packages, create-react-app and express-generator. It should download and add them globally when you use eaches respective options. but if you get errors try installing these manually either:
yarn global add create-react-app express-generator
or
npm install -g create-react-app express-generator
To install BBQCLI run either
yarn global add bbqcli
bbqcli --help
or
npm install -g bbqcli
bbqcli --help
Reporting Issues
To report an issue, simply create a new issue and describe what problem you are having. Make sure to include details about what software and environment you were using when the issue occurred.
Deployment
IN THE FUTURE: Once a new feature branch has stabilized, merge it with master and a Gitlab CI will run to publish the module via npm.
Built With
Contributing
Please read CONTRIBUTING.md.
Authors
- Joziah Grimm - Initial work - Diamond_Jo
See also the list of contributors who participated in this project.
License
MIT License
Copyright (c) 2018 Joziah Grimm
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Acknowledgments
Nope