1.1.2 • Published 5 years ago

glitchy-cli v1.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

About

Glitchy is a cli application for Glitch, a online platform for building online application with or without Node.js.

Setup

In your project folder you need to have 4 environment variables as listed in the .env.example file

The last 2 variables you can get by accessing the Network Tab with the Chrome DevTools and then click on Import from Github in your glitch project. After you clicked the button search for a url like this https://api.glitch.com/project/githubImport

Commands

CommandsDescription
glitchy importImports your current github repository onto your glitch project
glitchy logsDisplays a realtime log information about your glitch application
glitchy setupSetups the glitchy environment variables

Core

You can also use the core functions of this library. Example:

const Glitchy = require('glitchy');

Glitchy.import(); // Imports the github repository
1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago