Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 617 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 617 Bytes

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.