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

https://github.com/startdusk/digital-garden


https://github.com/startdusk/digital-garden

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Digital-Garden

A CLI tool for the creation and maintenance of Digital
Gardens.

## Commands

### Setting the garden path

```shell
GARDEN_PATH=~/path/to/my-digital-garden garden write
graden -p ~/path/to/my-digital-garden write
garden --garden_path=~/path/to/my-digital-garden write
```

### write

Open a new file to write in our digital garden. Since we
don't necessarily know what we want to title what we're
writting, we'll leave the title as optional and ask the
user for it later if they don't provide it up-front.

```shell
garden write
garden write -t "Small Title"
```