Creating a Use Case

To create a new use case, use the below command

npm run usecase:create

if you are using yarn package manager

yarn usecase:create

It gives you a prompt to fill the details of the use-case,

Note: If the use-case name contains two words, then separate it with _ or <space>

Last updated

Was this helpful?