0.0.9 • Published 2 years ago

rdra v0.0.9

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

What is RDRA?

About this CLI

Install

$ npm install -g rdra

Getting started

$ rdra init
$ cat rdra.yml
$ rdra -f rdra.yml list

JSON Schema

See src/schema.json

Editor Setting

VS Code

https://code.visualstudio.com/docs/languages/json

IntelliJ

https://pleiades.io/help/idea/json.html

Available Commands

$ rdra -f [file] actor
$ rdra -f [file] usecase
$ rdra -f [file] usecase -b [BUC]
$ rdra -f [file] state
$ rdra -f [file] view
$ rdra -f [file] list

Development

$ git clone https://github.com/tango238/rdra.git
$ cd rdra
$ tsc
$ npm link

Update mermaid.js

$ cp ./node_modules/mermaid/dist/mermaid.min.js ./src/cmd/mermaid

Release

$ npm run build
$ npm run test
$ npm publish
$ npm install
$ git push origin main
0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago