srijanone / vega

Vega (वेग) is a project scaffolding tool to speed up development process.
Apache License 2.0
9 stars 7 forks source link

Starterkit operations #23

Closed AshishThakur closed 4 years ago

AshishThakur commented 4 years ago
AshishThakur commented 4 years ago

@AshishThakur to groom the story.

vs4vijay commented 4 years ago

Updated API Specs:

  1. vega repo add <name> <url> will add given url's starterkits to $VEGA_HOME.

    • It supports local file path as well
    • add operation will only get successful when the given URL/Path has starterkits/ folder i.e. it should be a valid vega repository.
  2. vega repo list will list all the repositories added to local machine

  3. vega create --starterkit <name> --repo vs4vijay will take an optional flag for repo.

    • If repo flag is not provided, then default is considered.