Socket
Socket
Sign inDemoInstall

dooboo-cli

Package Overview
Dependencies
150
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dooboo-cli

React and react-native starter kit


Version published
Weekly downloads
9
increased by12.5%
Maintainers
1
Install size
10.4 MB
Created
Weekly downloads
 

Readme

Source

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-cliRN templateExpo template
    3.3.110.61.536
    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

Keywords

FAQs

Last updated on 26 Jun 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc