1.0.0 • Published 4 years ago

react-drab-cli v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

DRAB


Description

Drab is a ReactJS CLI responsible for solving monotonous problems during development.

Features

  • Create component including style (scss, css and styled-components)
  • Create page including style (scss, css and styled-components)
  • Create service
  • Create hook

Next features

  • react-router integration when create a page
  • set up redux
  • create reducers

Commands

commanddescription
create component nameCommand responsible for creating a new component.
create service nameCommand responsible for creating a new service.
create hook nameCommand responsible for creating a new hook.
create page nameCommand responsible for creating a new page.

Need help?

use drab --help.

Found a problem?

Please open an issue reporting the same so we can resolve it as soon as possible.

Contribute

We love contributions, we need to implement new features and write tests, because we did it as quickly as possible for the community to try.