https://github.com/hugodf/airtable-scripts
Scripts to interact with codewithhugo.com's Airtable instances.
https://github.com/hugodf/airtable-scripts
Last synced: 10 months ago
JSON representation
Scripts to interact with codewithhugo.com's Airtable instances.
- Host: GitHub
- URL: https://github.com/hugodf/airtable-scripts
- Owner: HugoDF
- License: mit
- Created: 2021-02-04T19:24:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T18:42:49.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T01:39:38.826Z (11 months ago)
- Language: JavaScript
- Homepage: https://codewithhugo.com
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Airtable Scripts
Scripts to interact with codewithhugo.com's Airtable instances.
Currently contains:
- add reading time to table with content scheduled for the newsletter
- add markdown embed to "quotes"
## Requirements
- Node 12
- Yarn 1.x or npm
## Setup
1. Clone the repository
2. Run `yarn` or `npm install` installs all required dependencies.
## npm scripts
> Equivalent `npm run ` should also work
- `yarn fmt` will run prettier.
## LICENSE
Code is licensed under the [MIT License](./LICENSE).