Skip to content

Commit

Permalink
Merge pull request #3 from rsksmart/ca-publish-package
Browse files Browse the repository at this point in the history
Publish fixes
  • Loading branch information
ezequiel-rodriguez authored Sep 25, 2024
2 parents 1eec163 + faf6196 commit 4096251
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
.git
.vscode
.DS_Store
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
To install the CLI tool globally, use the following command:

```bash
npm install -g rsk-cli
npm i -g @rsksmart/rsk-cli
```

## Development
Expand All @@ -19,23 +19,6 @@ npm install -g rsk-cli
Before you can start developing with `rsk-cli`, ensure that you have the following tools installed on your system:

1. **Node.js**: Make sure Node.js is installed, as it is required for running the CLI tool.
2. **Bun**: Bun is a fast JavaScript runtime that the CLI uses for development. To install Bun, run the following command:

```bash
curl -fsSL https://bun.sh/install | bash
```

To install dependencies:

```bash
bun install
```

To run:

```bash
bun bin/index.ts
```

## Features

Expand Down

0 comments on commit 4096251

Please sign in to comment.