Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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.
3.2.0
.3.1.0
if you'd like to cover the post install step for react-navigation
.version 3
React
package | necessary |
---|---|
react-router-dom | >= 5.0.0 |
styled-components | >= 4.0.0 |
react | >= 16.9.0 |
React Native
package | necessary |
---|---|
react-navigation | >= 5.0.0 |
styled-components | >= 4.0.0 |
react-native | >= 59.0.0 |
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
yarn global add 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@16.9.+
react-native@0.60.+
react-navigation v3
react-native
FAQs
React and react-native starter kit
The npm package dooboo-cli receives a total of 27 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.