create-refine-app
Advanced tools
Comparing version 1.4.0 to 1.5.0
# create-refine-app | ||
## 1.5.0 | ||
### Minor Changes | ||
- [#3220](https://github.com/refinedev/refine/pull/3220) [`b867497f469`](https://github.com/refinedev/refine/commit/b867497f4694a5fbd330106a39256dee3c56199b) Thanks [@aliemir](https://github.com/aliemir)! - Added `--example` option to get started with an example app. | ||
## Usage | ||
```bash | ||
npm create refine-app@latest --example base-mantine my-awesome-app | ||
``` | ||
This command will create a new **refine** app in `my-awesome-app` directory with `base-mantine` example. | ||
## 1.4.0 | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "create-refine-app", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.", | ||
@@ -5,0 +5,0 @@ "private": false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
117831
0