Skip to content

redbox-mint-contrib/redbox-dev-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 hook-init -p <hook name>

Flags

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