@columnapp/cli

1.0.0-alpha12 • Public • Published

Hello 👋 from Column.app!

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 run npx @columnapp/cli init to bootstrap folder.
  • ✏️ Inside you will find index.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.
  • run npx @columnapp/cli publish <publish key>, using the publish key you generated.

If you have any questions, feel free to email us @ hello@column.app 👍

Readme

Keywords

none

Package Sidebar

Install

npm i @columnapp/cli

Weekly Downloads

3

Version

1.0.0-alpha12

License

MIT

Unpacked Size

59.5 kB

Total Files

18

Last publish

Collaborators

  • columnapp