Skip to content

Commit 5e3c3bc

Browse files
committed
Port content from #1275
1 parent 6ddacc6 commit 5e3c3bc

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

docs/classic-ui/mockup.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ myst:
44
"description": "Mockup together with Patternslib are used to build the UI toolkit for Classic UI, a frontend for Plone."
55
"property=og:description": "Mockup together with Patternslib are used to build the UI toolkit for Classic UI, a frontend for Plone."
66
"property=og:title": "Mockup and Patternslib"
7-
"keywords": "Mockup, Patternslib, Classic UI, frontend, Plone"
7+
"keywords": "Mockup, Patternslib, Classic UI, plonecli, bobtemplates.plone, mr.bob, frontend, Plone"
88
---
99

1010
(mockup-and-patternslib-label)=
@@ -15,4 +15,27 @@ myst:
1515

1616
View the [interactive documentation of Mockup](https://plone.github.io/mockup/).
1717

18-
For more information, visit the [Mockup repository on GitHub](https://github.com/plone/mockup).
18+
19+
## Get started
20+
21+
[bobtemplates.plone](https://github.com/plone/bobtemplates.plone) provides [mr.bob](https://mrbob.readthedocs.io/en/latest/) templates to generate packages for Plone projects.
22+
[plonecli](https://github.com/plone/plonecli) provides a command line client for bobtemplates.plone.
23+
24+
Install plonecli into your Python user packages to make it available to all your projects.
25+
26+
```shell
27+
pip install plonecli --user
28+
```
29+
30+
Create a theme package add-on with {term}`plonecli`.
31+
32+
```shell
33+
plonecli add mockup_pattern
34+
```
35+
36+
37+
## References
38+
39+
- {ref}`v60-mockup-resource-registry-label` in Plone 6.0
40+
- [Mockup repository on GitHub](https://github.com/plone/mockup)
41+
- [Patternslib](https://patternslib.com/)

0 commit comments

Comments
 (0)