dooboo-cli
Deprecation Notice
We're updating the way you access dooboo-cli! The global package has been deprecated and we've moved to npx for a more streamlined experience. To use dooboo-cli now, simply run npx dooboo
. We kindly suggest that you uninstall the previous global package. This change is part of our continuous effort to make your developer experience more efficient and convenient.
Quick News
Compatibility
Stacks we use
Web based project
Native mobile based project
Quick News
-
In v7
, dooboo-ui ui framework is preinstalled in react-native
and expo
project. Hope you like it 🧡.
-
Starting from v6
, we manage our boilerplate folder name similar to atomic design pattern but not exactly.
- Main changes in all projects
screen
dir moved to pages
.shared
dir moved to uis
.
-
In v5
, we drive react-native
project to support react-native-web
.
- Main changes in react-native project
- The
screen
component should be wrapped with withScreen
provided in wrapper.tsx
.
Installation
Usage
Usage: dooboo [source file]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
init init boilerplate of dooboo generated app.
start start the project
test run test for your project
page <c> generate page (aka screen) component.
template <c> generate template (aka shared) component.
api <c> generate file for api call format.
Preview
Contribution