cse-cli
v0.4.3
Published
⌨ The CLI for all things Commercial Software Engineering
Downloads
10
Readme
The CSE CLI
A command-line interface for all things Commercial Software Engineering.
Getting Started
Running CLI from src
In the root of the repo, run npm link
to create a symbolic link in your local npm configuration.
If you'd like to use the CSE cli in a separate directory, navigate to that directory and run npm link cse-cli
.
You will then be able to execute commands with the cse
executable inside that directory.
Running Tests
In order to run tests (both unit and integration), set the environment variables specified in the .env.sample
file.
The tests have already been configured to read variables from the .env
file.
Installation
Run npm i
at root.
Configuration
Configuration is located at src/config
.
Build
At root, run npm run build
.
Test
At root, run npm run test
.
Run
Run cse
to see the subcommands available.