allspark-cli
v1.0.1
Published
AllSpark is the source energy for the transformers, and is the force to generate budget preview for agile software projects
Readme
allspark
AllSpark is the source energy for the transformers, and well is the force to generate budget preview for agile software projects

Configuration
A project is configured using a simple json like that
- For
projecttype:
{
"customerName": "My Awesome Customer",
"projectName": "My Awesome Project",
"features": [
{
"name": "Crud Barbers",
"time": 1
},
{
"name": "Reports of seling by week",
"time": 1
},
{
"name": "Eletronic signed login",
"time": 3
}
],
"taxes": [
{
"percent": 20
}
],
"developers": [
{
"cost": 100
}
]
}After to configure, the budget is ready to build
Args
The possible arguments for allspark are:
-vor--verbose: Tells allspark to enligth you with all the information of whats is being done behind the scenes (verbose). Defaults tofalse.-cor--configPath: Specifies the config file path. It's required.-oor--outputDir: Specifies the output directory to write the budget.html file. Defaults to./.-tor--type: Specify wich type of budget you want. The config file should be specified in this mode. Defaults toproject.- Currently only
projecttype is allowed
- Currently only
Run
$ npm install
$ chmod +x allspark
$ allspark-cli -v true -c /my/path/to/config.json -o /my/budget/directory/ -t projectA html file will be generated on the output dir with the budget calculation
