0.6.3 • Published 4 years ago

crq v0.6.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

CRQ - CRANQ CLI Client

CRQ allows you to manage CRANQ nodes via the CLI.

Installation

npm install -g crq
crq

Yarn:

yarn global add crq
crq

Usage

Init

crq init

Creates a new folder structure for creating a node definition.

Creates the files in the current working directory, or when passed a directory name as the first parameter then will create that directory and initialise there.

Examples:

  • crq init
  • crq init name

Import

crq import

Converts a CRANQ JSON file into a directory structure.

Compile

crq compile

Converts the current directory into a CRANQ JSON output. This will additionally validate the outputted JSON against the latest schema on https://schema.cranq.dev

Watch

crq watch

Creates a server that listens to changes in the editor and automatically builds and runs your code locally.

Test

crq test

Run tests in the test.js file against the current node definition.

0.6.3

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.10

4 years ago

0.4.11

4 years ago

0.4.12

4 years ago

0.4.9

4 years ago

0.4.8

4 years ago

0.4.7

4 years ago

0.4.6

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.1

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.6

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago