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
- Host: GitHub
- URL: https://github.com/brunolm/trello-stuff
- Owner: brunolm
- Created: 2020-03-16T21:27:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T06:47:49.000Z (almost 3 years ago)
- Last Synced: 2023-03-27T11:47:44.057Z (over 2 years ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```