A CLI to manage brands for Ionic projects
Brandon is ment to be a project dedicated CLI for managing brands. Currently supporting Ionic in a very early stage.
After running npm i brandonjs --save
you will need to add the following to your package json
node ./node_modules/brandonjs/lib/index.js
. The reason behind not automating the process is due to unintential malforming of a package json file in a big project.
- Implement dynamic configs for inital setup
- Implement brand creating by template
- Fully implement branding CRUD
- Implement brand verification based on templates and configs
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
Node
npm
Run:
npm install
And then run to debug:
npm run fiddle
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Nikola Peevski - Initial work - NikolaPeevski
This project is licensed under the MIT License - see the LICENSE.md file for details