react-3xd
v0.0.10
Published
Simple CLI utilities for domain driven development React aplications.
Downloads
2
Maintainers
Readme
React 3xD
Quickly develop React apps using DDD approach.
Inspiration
The inspiration for this library is the fact that the DDD(Domain Driven Design) is a pattern that for some reason is not common among React developers.
Installation
Usage
- To generate a new project call:
npx react-3xd -i <project_name>
- To add new domain in the rpoject call:
npx react-3xd -d <domain_name>
Typescript
Every command accepts the -ts
flag, which indicates that TS template should be used.