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!

  • 1.4.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
39
decreased by-9.3%
Maintainers
1
Weekly downloads
 
Created
Source

dooboo-cli

npm version downloads License

=========

We decided to remove mobx from all our major boilerplates in dooboo-cli@1.4.+. If you still want to use mobx template, you can choosing legacy template. However, dooboo-cli will not generate mobx template from 1.4.0, so you may have to downgrade to 1.3.+. The reason for removing mobx is that we thought this isn't suitable with what react brought up today as a design pattern. Functional programming has been powered by react-hook so we chose to remove work on object-oriented programming which was more suitable with mobx. We hope you enjoy what we've brought up today.

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).

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

Preview

alt text

Contribution

TODO

  • Support navigation templates for react-native
  • Support personal boilerplate option for react-native
  • Upgrade template to react@16.8.+
  • Upgrade template to react-native@0.59.+
  • Upgrade template to react-navigation v3

Keywords

FAQs

Package last updated on 07 Mar 2019

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