Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
dooboo-cli
Advanced tools
=========
We decided to remove
mobx
from all our major boilerplates indooboo-cli@1.4.+
. If you still want to usemobx template
, you can choosinglegacy
template. However,dooboo-cli
will not generatemobx
template from1.4.0
, so you may have to downgrade to1.3.+
. The reason for removingmobx
is that we thought this isn't suitable with whatreact
brought up today as a design pattern.Functional programming
has been powered byreact-hook
so we chose to remove work onobject-oriented programming
which was more suitable withmobx
. We hope you enjoy what we've brought up today.
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.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
).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. npm install -g dooboo-cli
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.
Deprecated
Deprecated
react
& react-native
react-native
react@16.9.+
react-native@0.60.+
react-navigation v3
FAQs
React and react-native starter kit
The npm package dooboo-cli receives a total of 72 weekly downloads. As such, dooboo-cli popularity was classified as not popular.
We found that dooboo-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.