0.0.1 • Published 5 years ago

@researchdatabox/redbox-dev-tools v0.0.1

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
5 years ago

ReDBox Dev Tools

A command line tool to assist with developing ReDBox (Sails.js) hooks.

Installation

Install the tool using npm

$ npm install @researchdatabox/redbox-dev-tools

Usage

$ redbox-dev-tools <command> <options>

Available Commands

init Initialises a hook code project ready for development

help Shows this help message or help for a specific command

Commands

Initialise Hook Code Project

Usage

$ redbox-dev-tools init -p <hook name>

Flags

-p, --packageName name The NPM package name for the sails hook.