Add docs and enable cookiecutter to support other templates

This commit is contained in:
Bilawal Hameed
2020-02-03 15:17:28 +01:00
parent 7d9160db50
commit 7936a0643d
3 changed files with 20 additions and 2 deletions
+10
View File
@@ -8,6 +8,16 @@ Backstage is an open platform for building developer portals.
## Getting started
## Plugins
### Creating a Plugin
Run the following:
```terminal
$ ./tools/cookiecutter/init.sh frontend/packages/plugins/_template --output-dir frontend/packages/plugins
```
## Documentation
## License