Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 50ff8d3

Browse files
🔧 Update repo name etc
1 parent e9cf7bd commit 50ff8d3

File tree

4 files changed

+15
-35
lines changed

4 files changed

+15
-35
lines changed

CHANGELOG.md

-5
This file was deleted.

README.md

+9-24
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,20 @@
1-
# 🖌️ Template
1+
# 💨 Airtable Fill
22

3-
This is a starter repository for building Node.js projects at Koj.
3+
Fill empty cell in Airtable records using GitHub Actions.
44

55
<!-- prettier-ignore-start -->
66
| | Status |
77
| - | - |
8-
| Build | [![Node CI](https://github.com/koj-co/template/workflows/Node%20CI/badge.svg)](https://github.com/koj-co/template/actions?query=workflow%3A%22Node+CI%22) [![Dependencies](https://img.shields.io/librariesio/github/koj-co/template)](https://libraries.io/github/koj-co/template) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/koj-co/template)](https://github.com/koj-co/template/releases) [![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/koj-co/template)](https://snyk.io/test/github/koj-co/template) |
9-
| Health | [![License CI](https://github.com/koj-co/template/workflows/License%20CI/badge.svg)](https://github.com/koj-co/template/actions?query=workflow%3A%22License+CI%22) [![CLA Assistant](https://github.com/koj-co/template/workflows/CLA%20Assistant/badge.svg)](https://github.com/koj-co/template/actions?query=workflow%3A%22CLA+Assistant%22) [![Pull Request Labeler](https://github.com/koj-co/template/workflows/Pull%20Request%20Labeler/badge.svg)](https://github.com/koj-co/template/actions?query=workflow%3A%22Pull+Request+Labeler%22) |
10-
| PRs | [![Feature Branch Pull Request](https://github.com/koj-co/template/workflows/Feature%20Branch%20Pull%20Request/badge.svg)](https://github.com/koj-co/template/actions?query=workflow%3A%22Feature+Branch+Pull+Request%22) [![Hotfix Branch Pull Request](https://github.com/koj-co/template/workflows/Hotfix%20Branch%20Pull%20Request/badge.svg)](https://github.com/koj-co/template/actions?query=workflow%3A%22Hotfix+Branch+Pull+Request%22) [![Merge PRs](https://github.com/koj-co/template/workflows/Merge%20PRs/badge.svg)](https://github.com/koj-co/template/actions?query=workflow%3A%22Merge+PRs%22) |
8+
| Build | [![Node CI](https://github.com/koj-co/airtable-fill/workflows/Node%20CI/badge.svg)](https://github.com/koj-co/airtable-fill/actions?query=workflow%3A%22Node+CI%22) [![Dependencies](https://img.shields.io/librariesio/github/koj-co/airtable-fill)](https://libraries.io/github/koj-co/airtable-fill) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/koj-co/airtable-fill)](https://github.com/koj-co/airtable-fill/releases) [![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/koj-co/airtable-fill)](https://snyk.io/test/github/koj-co/airtable-fill) |
9+
| Health | [![License CI](https://github.com/koj-co/airtable-fill/workflows/License%20CI/badge.svg)](https://github.com/koj-co/airtable-fill/actions?query=workflow%3A%22License+CI%22) [![CLA Assistant](https://github.com/koj-co/airtable-fill/workflows/CLA%20Assistant/badge.svg)](https://github.com/koj-co/airtable-fill/actions?query=workflow%3A%22CLA+Assistant%22) [![Pull Request Labeler](https://github.com/koj-co/airtable-fill/workflows/Pull%20Request%20Labeler/badge.svg)](https://github.com/koj-co/airtable-fill/actions?query=workflow%3A%22Pull+Request+Labeler%22) |
10+
| PRs | [![Feature Branch Pull Request](https://github.com/koj-co/airtable-fill/workflows/Feature%20Branch%20Pull%20Request/badge.svg)](https://github.com/koj-co/airtable-fill/actions?query=workflow%3A%22Feature+Branch+Pull+Request%22) [![Hotfix Branch Pull Request](https://github.com/koj-co/airtable-fill/workflows/Hotfix%20Branch%20Pull%20Request/badge.svg)](https://github.com/koj-co/airtable-fill/actions?query=workflow%3A%22Hotfix+Branch+Pull+Request%22) [![Merge PRs](https://github.com/koj-co/airtable-fill/workflows/Merge%20PRs/badge.svg)](https://github.com/koj-co/airtable-fill/actions?query=workflow%3A%22Merge+PRs%22) |
1111
<!-- prettier-ignore-end -->
1212

13-
## ⭐️ Features
13+
## ⭐️ How it works
1414

15-
- [Semantic Release with Gitmoji](./release.config.js)
16-
- [Koj's Prettier configuration](./.prettierrc.cjs)
17-
- [Dependabot configuration](./.github/dependabot.yml)
18-
- [CI for open-source licenses](./.github/workflows/licensed.yml)
19-
- [Pull request labeler](./.github/labeler.yml)
20-
- [Merge PRs on approved reviews](./github/workflows/automerge.yml)
21-
- [CLA enforcement for new contributors](./github/workflows/cla.yml)
22-
- [Create PRs from feature/hotfix branches](./github/workflows/feature-pr.yml)
23-
- [Write code in TypeScript](./src/index.ts)
24-
- [Tests using Jest](./src/index.spec.ts)
25-
26-
## 💻 Getting started
27-
28-
1. [Create a new repository from this template](https://github.com/koj-co/template/generate)
29-
2. Install dependencies using `npm install`
30-
3. Update package details in `package.json` and `README.md`
31-
1. Find and replace `koj-co/template` with `user/repository`
32-
2. Find and replace `@koj/template` with npm project name
15+
1. Every 6 hours, a GitHub Actions workflow runs
16+
2. Write your own Node.js scripts to compute the cell content
17+
3. Empty cells are updated using the Airtable API
3318

3419
## 📄 License
3520

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@koj/template",
2+
"name": "airtable-fill",
33
"version": "0.0.0",
44
"description": "Koj's repository template with GitHub Actions CI, releases, and more",
55
"main": "dist/index.js",
@@ -8,12 +8,12 @@
88
"test": "jest",
99
"test-watch": "jest --watch",
1010
"coverage": "jest --coverage",
11-
"update-template": "npx update-template https://github.com/koj-co/template",
11+
"update-template": "npx update-template https://github.com/koj-co/airtable-fill",
1212
"semantic-release": "semantic-release"
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/koj-co/template.git"
16+
"url": "git+https://github.com/koj-co/airtable-fill.git"
1717
},
1818
"keywords": [
1919
"koj",
@@ -24,9 +24,9 @@
2424
"author": "Anand Chowdhary <[email protected]>",
2525
"license": "MIT",
2626
"bugs": {
27-
"url": "https://github.com/koj-co/template/issues"
27+
"url": "https://github.com/koj-co/airtable-fill/issues"
2828
},
29-
"homepage": "https://github.com/koj-co/template#readme",
29+
"homepage": "https://github.com/koj-co/airtable-fill#readme",
3030
"devDependencies": {
3131
"@koj/config": "1.2.5",
3232
"@semantic-release/changelog": "^5.0.1",

0 commit comments

Comments
 (0)