@settlemint/btp-sdk-cli
Advanced tools
Comparing version 0.3.2 to 0.3.4
{ | ||
"name": "@settlemint/btp-sdk-cli", | ||
"version": "0.3.2", | ||
"version": "0.3.4", | ||
"main": "./dist/index.js", | ||
@@ -9,2 +9,3 @@ "module": "./dist/index.js", | ||
"private": false, | ||
"license": "MIT", | ||
"author": { | ||
@@ -15,2 +16,3 @@ "name": "SettleMint", | ||
}, | ||
"homepage": "https://github.com/settlemint/btp-sdk/blob/main/packages/cli/README.md", | ||
"repository": { | ||
@@ -21,3 +23,4 @@ "type": "git", | ||
"bugs": { | ||
"url": "https://github.com/settlemint/btp-sdk/issues" | ||
"url": "https://github.com/settlemint/btp-sdk/issues", | ||
"email": "support@settlemint.com" | ||
}, | ||
@@ -42,3 +45,2 @@ "files": [ | ||
"devDependencies": { | ||
"@repo/typescript-config": "workspace:*", | ||
"@types/node": "20.14.12", | ||
@@ -57,3 +59,4 @@ "tsup": "8.2.3", | ||
"zod": "3.23.8" | ||
} | ||
}, | ||
"peerDependencies": {} | ||
} |
@@ -1,15 +0,43 @@ | ||
# @settlemint/btp-sdk-cli | ||
<p align="center"> | ||
<img src="https://github.com/settlemint/btp-sdk/blob/main/logo.svg" width="200px" align="center" alt="SettleMint logo" /> | ||
<h1 align="center">SettleMint Blockchain Transformation Platform SDK (CLI)</h1> | ||
<p align="center"> | ||
✨ <a href="https://settlemint.com">https://settlemint.com</a> ✨ | ||
<br/> | ||
Integrate the SettleMint Blockchain Transformation Platform into your application with ease. | ||
</p> | ||
</p> | ||
<br/> | ||
<p align="center"> | ||
<a href="https://github.com/settlemint/btp-sdk/actions?query=branch%3Amain"><img src="https://github.com/settlemint/btp-sdk/actions/workflows/build.yml/badge.svg?event=push&branch=main" alt="CI status" /></a> | ||
<a href="https://opensource.org/licenses/MIT" rel="nofollow"><img src="https://img.shields.io/github/license/settlemint/btp-sdk" alt="License"></a> | ||
<a href="https://www.npmjs.com/package/@settlemint/btp-sdk-cli" rel="nofollow"><img src="https://img.shields.io/npm/dw/@settlemint/btp-sdk-cli" alt="npm"></a> | ||
<a href="https://github.com/settlemint/btp-sdk" rel="nofollow"><img src="https://img.shields.io/github/stars/settlemint/btp-sdk" alt="stars"></a> | ||
</p> | ||
To install dependencies: | ||
<div align="center"> | ||
<a href="https://console.settlemint.com/documentation/">Documentation</a> | ||
<span> • </span> | ||
<a href="https://discord.com/invite/Mt5yqFrey9">Discord</a> | ||
<span> • </span> | ||
<a href="https://www.npmjs.com/package/@settlemint/btp-sdk-cli">NPM</a> | ||
<span> • </span> | ||
<a href="https://github.com/settlemint/btp-sdk/issues">Issues</a> | ||
<br /> | ||
</div> | ||
## Installation | ||
```bash | ||
bun install | ||
``` | ||
# Using npm | ||
npm install @settlemint/btp-sdk-cli | ||
To run: | ||
# Using yarn | ||
yarn add @settlemint/btp-sdk-cli | ||
```bash | ||
bun run index.ts | ||
``` | ||
# Using pnpm | ||
pnpm add @settlemint/btp-sdk-cli | ||
This project was created using `bun init` in bun v1.1.20. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. | ||
# Using bun | ||
bun add @settlemint/btp-sdk-cli | ||
``` |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
21668
3
43