cdp command line interface
Folder and file structure of this repository is the following list.
root/
dist/ // deploy target directory.
@types/ // type definition file here.
src/ // source file directory.
docs/ // specification documents.
reports/ // test reports directory.
coverage/ // output test coverage reports.
metrics/ // output source metrics reports.
typedoc/ // typedoc generated documents here.
tests/ // tests scripts directory.
built/ // temporary built scripts here.
$npm install cdp-cli -g
- setup
- Prepare the following directory structure by doing the clone this repository and cdp-lib.
cdp-cli/
cdp-lib/
-
Run the following command.
$npm install
$npm run libmodule
-
build
$npm run build
-
test
$npm test
-
deplay and update dependencies
$npm run update
Please see the following documentation.
[TODO]
Apache-2.0