https://github.com/devanb/modern-trello
A modern library to access Trello data with no dependencies
https://github.com/devanb/modern-trello
javascript trello-api typescript
Last synced: 5 months ago
JSON representation
A modern library to access Trello data with no dependencies
- Host: GitHub
- URL: https://github.com/devanb/modern-trello
- Owner: DevanB
- Created: 2019-05-19T01:29:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T17:24:19.000Z (about 6 years ago)
- Last Synced: 2024-12-19T17:47:26.938Z (6 months ago)
- Topics: javascript, trello-api, typescript
- Language: TypeScript
- Size: 136 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# modern-trello
This project was bootstrapped with [TSDX](https://github.com/jaredpalmer/tsdx).
## Local Development
Below is a list of commands you will probably find useful.
### `npm start` or `yarn start`
Runs the project in development/watch mode. Your project will be rebuilt upon changes. TSDX has a special logger for you convenience. Error messages are pretty printed and formatted for compatibility VS Code's Problems tab.
Your library will be rebuilt if you make edits.
### `npm run build` or `yarn build`
Bundles the package to the `dist` folder.
The package is optimized and bundled with Rollup into multiple formats (CommonJS, UMD, and ES Module).
### `npm test` or `yarn test`
Runs the test watcher (Jest) in an interactive mode.
By default, runs tests related to files changed since the last commit.