Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@backan/core

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backan/core - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

2

package.json
{
"name": "@backan/core",
"version": "0.0.17",
"version": "0.0.18",
"type": "module",

@@ -5,0 +5,0 @@ "license": "GPL-3.0",

# 🔥 Backan - Core
All in one web API builder.
Create endpoints with type validations and OpenApi documentation, safely and quickly

@@ -21,3 +20,3 @@ <!-- PIGEONPOSSE START HEADER -->

Create endpoints with type validations and OpenApi documentation, safely and quickly.
[**BACKAN**](https://backan.pigeonposse.com/) Create endpoints with type validations and OpenApi documentation, safely and quickly.

@@ -29,4 +28,73 @@

<!-- PIGEONPOSSE START DOCS -->
Start building your restAPI app now 🌈.
## 🔑 Installation
```bash [npm]
npm install backan
```
```bash [pnpm]
pnpm i backan
```
```bash [yarn]
yarn add backan
```
[![NPM Version](https://img.shields.io/npm/v/backan?style=for-the-badge&color=yellow)](https://www.npmjs.com/package/backan)
### Install only `core`
```bash [npm]
npm install @backan/core
```
```bash [pnpm]
pnpm i @backan/core
```
```bash [yarn]
yarn add @backan/core
```
[![NPM Version](https://img.shields.io/npm/v/%40backan%2Fcore?style=for-the-badge&color=yellow)](https://www.npmjs.com/package/@backan/core)
## Setup
You can automatically create a `backan` template with:
```bash [npm]
npm create backan
```
```bash [pnpm]
pnpm create backan
```
```bash [yarn]
yarn create backan
```
<video src="https://backan.pigeonposse.com/backan-create.webm" controls/>
[Read more](https://backan.pigeonposse.com/guide/create/index)
## Create `App` instace
[Read more](https://backan.pigeonposse.com/guide/core/app)
## Create `Route`
[Read more](https://backan.pigeonposse.com/guide/core/route)
## Add `Endpoints`
- [GET](https://backan.pigeonposse.com/guide/core/get)
- [POST](https://backan.pigeonposse.com/guide/core/post)
- [STREAM](https://backan.pigeonposse.com/guide/core/stream)
<!-- PIGEONPOSSE END DOCS -->
<!-- PIGEONPOSSE START INDEX -->
## More from Backan
- [Documentation](https://backan.pigeonposse.com/)

@@ -33,0 +101,0 @@ - 📚 [Library](https://backan.pigeonposse.com/guide/core)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc