Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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