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

https://github.com/brunolm/trello-stuff

Scripts for Trello
https://github.com/brunolm/trello-stuff

Last synced: 9 months ago
JSON representation

Scripts for Trello

Awesome Lists containing this project

README

          

# Trello Stuff

Scripts for Trello.

## env

```
TRELLO_KEY=#https://trello.com/app-key
TRELLO_SECRET=#you can manually generate a Token
```

## Mass archive

```sh
Usage: mass-archive [options]

Options:
-l, --list ID of the list to archive cards
-d, --date Archive anything before this date
-h, --help display help for command
```

Example

```
npm start -- -- mass-archive -l 5f123...e50 -d 2021-01-20T00:00:00.000Z
```

## My Boards

```sh
Usage: my-boards [options]

Options:
-v, --verbose Verbose
-h, --help display help for command
```

Example

```
npm start -- -- my-boards
```