1.2.0 • Published 7 years ago
@nearform/titus-cli v1.2.0
Titus CLI
A command line application to work with Titus
Features
startercommand to initialise a new Titus application.- The ability to choose between a Titus application for the backend, frontend or both.
Installation
npm install -g @nearform/titus-cliIf you'd prefer not to install the package globally you can use npx which comes bundled with npm 5.2.0 or later. You can use it like so:
npx @nearform/titus-cli starter <project-name>Usage
titus starter <project-name>Example
titus starter my-projectThis pulls the latest version of titus starter shell from GitHub and copies it to a new subfolder of the current directory called my-project/
Development
Install the dependencies using either npm or yarn:
npm installTo use the local version of the cli in the command line we need to link it to our global packages and add the bin to our PATH:
npm linkNB. This doesn't work in yarn at the moment. There are several open issues about it, but it is not looking like something that will get resolved.