@backan/core
Advanced tools
Comparing version 0.0.20 to 0.0.21
{ | ||
"name": "@backan/core", | ||
"description": "All in one web API builder. Create endpoints with type validations and OpenApi documentation, safely and quickly.", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "license": "GPL-3.0", |
@@ -54,3 +54,3 @@ # 🔥 Backan - Core | ||
```bash [pnpm] | ||
pnpm i backan | ||
pnpm add backan | ||
``` | ||
@@ -60,2 +60,5 @@ ```bash [yarn] | ||
``` | ||
```bash [bun] | ||
bun add backan | ||
``` | ||
@@ -71,3 +74,3 @@ [![NPM Version](https://img.shields.io/npm/v/backan?style=for-the-badge&color=yellow)](https://www.npmjs.com/package/backan) | ||
```bash [pnpm] | ||
pnpm i @backan/core | ||
pnpm add @backan/core | ||
``` | ||
@@ -77,2 +80,5 @@ ```bash [yarn] | ||
``` | ||
```bash [bun] | ||
bun add backan | ||
``` | ||
@@ -95,2 +101,5 @@ [![NPM Version](https://img.shields.io/npm/v/%40backan%2Fcore?style=for-the-badge&color=yellow)](https://www.npmjs.com/package/@backan/core) | ||
``` | ||
```bash [bun] | ||
bun create backan | ||
``` | ||
@@ -97,0 +106,0 @@ |
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
81836
285