crq v0.6.3
CRQ - CRANQ CLI Client
CRQ allows you to manage CRANQ nodes via the CLI.
Installation
npm install -g crq
crqYarn:
yarn global add crq
crqUsage
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 initcrq 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.
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago