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!

  • 0.7.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
39
increased by8.33%
Maintainers
1
Weekly downloads
 
Created
Source

dooboo-cli

npm version npm version

=========

Installation

  npm install -g 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.
    model <c>            generate model class.
    store <c>            generate store class.
    api <c>              generate file for api call format.

Preview

alt text

Contribution

Troubleshoot

  • If android build failed, apply below in build.gradle for react-native-localization module.
    apply plugin: 'com.android.library'
    
    android {
      compileSdkVersion rootProject.ext.compileSdkVersion
      buildToolsVersion rootProject.ext.buildToolsVersion
    
      defaultConfig {
          minSdkVersion rootProject.ext.minSdkVersion
          targetSdkVersion rootProject.ext.targetSdkVersion
          versionCode 1
          versionName "1.0"
          ndk {
              abiFilters "armeabi-v7a", "x86"
          }
      }
    }
    
    dependencies { compile 'com.facebook.react:react-native:+' }
    
  • Facing Can't find variable Symbol error in window or ubuntu.
    npm install --save mobx@3.6.2
    npm install --save mobx-react@4.4.3
    

FAQs

Package last updated on 24 Jul 2018

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