Skip to content

Commit

Permalink
docs: deprecation readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Jun 26, 2023
1 parent 02dac51 commit a9a8723
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# dooboo-cli

## Deprecation Notice
We're updating the way you access dooboo-cli! The global package has been deprecated and we've moved to npx for a more streamlined experience. To use dooboo-cli now, simply run `npx dooboo`. We kindly suggest that you uninstall the previous global package. This change is part of our continuous effort to make your developer experience more efficient and convenient.


[![CI](https://github.com/dooboolab-community/dooboo-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/dooboolab-community/dooboo-cli/actions/workflows/ci.yml)
[![deploy pkg](https://github.com/dooboolab-community/dooboo-cli/actions/workflows/deploy.yml/badge.svg)](https://github.com/dooboolab-community/dooboo-cli/actions/workflows/deploy.yml)
[![Npm Version](http://img.shields.io/npm/v/dooboo-cli.svg?style=flat-square)](https://npmjs.org/package/dooboo-cli)
Expand All @@ -14,7 +18,7 @@
- Latest stable version is `3.2.0`.
- Please install `3.1.0` if you'd like to cover the [post install step](https://reactnavigation.org/docs/en/getting-started.html) for `react-navigation`.

## Compatability
## Compatibility

- React Native & Expo Templates

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dooboo-cli",
"version": "8.7.0",
"version": "8.7.1",
"description": "React and react-native starter kit",
"bin": {
"dooboo": "lib/bin/root.js"
Expand Down

0 comments on commit a9a8723

Please sign in to comment.