Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonsongithub/spbuilder
Swift Playgrounds Book Builder
https://github.com/sonsongithub/spbuilder
Last synced: 18 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-24T09:02:59.000Z (over 8 years ago)
- Last Synced: 2024-12-09T03:28:15.592Z (2 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
```