justinbarry / flow-scaffold-list

Scaffolds for starting Flow apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flow Scaffold List

This repository contains a list of scaffolds used by the Flow CLI setup command. The list can be found inside the scaffold-list.json file. The format of the content is:

"name": "name of the scaffold",
"repo": "HTTP URL to the repository containing the scaffold",
"branch": "scaffold repository branch",
"description": "user friendly description of the scaffold (what it contains, why it is used...)"

Contributing

If you want your scaffold to be added to the list you are more than welcome to make a PR to this repository. Provide the entry in the scaffold-list.json file.

About

Scaffolds for starting Flow apps

License:Apache License 2.0