This package has been deprecated

Author message:

The global dooboo CLI has been superseded by npx dooboo. Learn more: https://medium.com/dooboolab/the-new-dooboo-cli-693ac2413ba6

dooboo-cli

8.7.1 • Public • Published

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.

CI deploy pkg Npm Version Downloads Build Status License Greenkeeper badge

Quick News

Compatibility

  • React Native & Expo Templates

    dooboo-cli RN template Expo template
    3.3.11 0.61.5 36
    3.4.+ 0.62.+ 37
    3.5.+ 0.62.+ 38
    3.6.+ 0.63.+ 38
    4.0.+ 0.63.+ 39
    5.0.+ 0.63.+ (web support) 40
    6.0.+ 0.63.+ (atomic design) 40
    6.1.1+ 0.63.+ (removed atomic) 40
    6.2.+ 0.64.+ 40
    6.3.+ (Emotion) 0.64.+ (emotion) 41
    6.3.+ 0.64.+ 41
    6.6.+ 0.64.+ 42
    6.7.+ 0.65.+ 42
    7.0.+ 0.66.+ 43
    7.2.+ 0.66.+ 44
    7.3.+ 0.66.+ (expo modules) 44
    7.7.+ 0.68.+ (expo modules) 45

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

  • with npm
      npm install -g dooboo-cli
    
  • with yarn
      yarn global add dooboo-cli
    

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

image

Contribution

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i dooboo-cli

Weekly Downloads

6

Version

8.7.1

License

MIT

Unpacked Size

183 kB

Total Files

88

Last publish

Collaborators

  • dooboolab