/atgp

Primary LanguageJavaScript

ATGP (Airtable to Github Project)

Automaticly create a Github project and the related issues from an Airtable's stories view.

Run the project

# Install the dependencies
yarn

# Copy and fill .env
cp .env.example .env

# Fill and verify your configuration for your Airtable
cat config.js

# Launch the CLI
yarn start --view="VIEW NAME"