Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dooboo-cli

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dooboo-cli

starting react express app with me!

  • 3.7.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

dooboo-cli

Npm Version Downloads Build Status License Greenkeeper badge

Quick News

  • v3 release announcement
  • Latest stable version is 3.2.0.
  • Please install 3.1.0 if you'd like to cover the post install step for react-navigation.

Compatability

  • version 3

    • React

      packagenecessary
      react-router-dom>= 5.0.0
      styled-components>= 4.0.0
      react>= 16.9.0
    • React Native

      packagenecessary
      react-navigation>= 5.0.0
      styled-components>= 4.0.0
      react-native>= 59.0.0
    • 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

Stacks we use

Web based project
Native mobile based project

Important

  • You should use dooboo-cli from version 1.1.0 because there was a movement of codes in this version which won't work as expected in previous version. This will be fixed for now.
  • Another major migration has been done in version 1.4.1. With the release of react-hook we decided to make our major boilerplates into functional rather than oop style (which was most suitable with mobx).
  • From dooboo-cli@2.0.0 we decided to remove flow projects since, those aren't maintained well enough as ts projects since we focus on typescript. Therefore, flow projects are currently deprecated.

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
    screen <c>           generate screen component.
    shared <c>           generate shared component.
    api <c>              generate file for api call format.

Preview

image

Contribution

TODO

  • Support navigation templates for react & react-native
  • Upgrade template to react@16.9.+
  • Upgrade template to react-native@0.60.+
  • Upgrade template to react-navigation v3
  • Support personal boilerplate option for react-native

Keywords

FAQs

Package last updated on 25 Sep 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc