https://github.com/sonsongithub/spbuilder
Swift Playgrounds Book Builder
https://github.com/sonsongithub/spbuilder
Last synced: about 2 months ago
JSON representation
Swift Playgrounds Book Builder
- Host: GitHub
- URL: https://github.com/sonsongithub/spbuilder
- Owner: sonsongithub
- License: mit
- Created: 2016-06-21T08:41:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-24T09:02:59.000Z (almost 9 years ago)
- Last Synced: 2025-02-03T14:47:13.343Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swift Playgrounds for iPad Book Builder
### Create a book
```
> spbuilder create
```### Add a chapter to the book
```
> cd .playgroundbook
> spbuilder chapter
```### Add a page to the chapter
```
> cd .playgroundbook
> spbuilder page
```