https://github.com/glideapps/glide-code-columns
Custom computed columns for Glide
https://github.com/glideapps/glide-code-columns
Last synced: 5 months ago
JSON representation
Custom computed columns for Glide
- Host: GitHub
- URL: https://github.com/glideapps/glide-code-columns
- Owner: glideapps
- License: apache-2.0
- Created: 2021-09-14T02:47:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T21:41:08.000Z (11 months ago)
- Last Synced: 2025-07-04T20:14:38.005Z (6 months ago)
- Language: TypeScript
- Homepage: https://glideapps.com/plugins
- Size: 39.9 MB
- Stars: 23
- Watchers: 5
- Forks: 22
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glide Code Columns
Code columns are an open source way to create computations using your data in [Glide Apps](https://glideapps.com)
## Develop
```
$ npm install
$ npm run build
$ npm test
```