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: about 2 months ago
JSON representation

Swift Playgrounds Book Builder

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
```