Skip to content

tango238/rdra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 16, 2022
181c9a2 · Apr 16, 2022

History

43 Commits
Mar 28, 2022
Mar 24, 2022
Apr 16, 2022
Mar 19, 2022
Apr 9, 2022
Mar 13, 2022
Apr 13, 2022
Apr 13, 2022
Mar 19, 2022

Repository files navigation

What is RDRA?

About this CLI

Install

$ npm install -g rdra

Getting started

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

And see the link below.

https://github.com/tango238/rdra/wiki

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published