👋 from Column.app!
Hello Welcome! This is repo contains the command line interface to create and publish columns for https://column.app
Getting Started
A column is a plain javascript object that contains how the column would behave once it's mounted to a table on columns.app. Here are the steps to get things started:
🏁 . Create a directory, name it whatever you want.📁 Inside the newly created directory runnpx @columnapp/cli init
to bootstrap folder.✏️ Inside you will findindex.ts
, the javascript object exported there is what will be published. Currently, we only support typescript.🚀 Once you are ready to publish, go to https://column.app/settings/columns to get a publish key.⭐ runnpx @columnapp/cli publish <publish key>
, using the publish key you generated.
If you have any questions, feel free to email us @ hello@column.app