diffgram-cli

0.0.1 • Public • Published

diffgram-cli

Diffgram CLI is command line interface for developers who want to contribute to Diffgram

Installation

npm install -g diffgram-cli

Install dev version

npm i -g .

Run without installation:

node bin/index.js [command name]

Usage

Change your directory to the diffgram first. To see what's available on CLI, run:

diffgram --help

Commands:

  • action ActionName: creates and registers a new action template (both frontend and backend)
  • compose: creates a docker-compose-dev.yaml file, so you don't need to comment out anything in docker-compose
  • up: runs command docker-compose -f docker-compose-dev.yaml up
  • secrets: creates a secrets.py file

Development

Clone this repo and install dependencies. After, create .env file in the root folder and set next environmental variable:

DEV=true

Readme

Keywords

Package Sidebar

Install

npm i diffgram-cli

Weekly Downloads

1

Version

0.0.1

License

ISC

Unpacked Size

20.1 kB

Total Files

24

Last publish

Collaborators

  • vitaliivitalii-bulyzhyn