1.0.14 • Published 10 months ago

codexstorage v1.0.14

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Codex Installer

A command-line interface for installing and interacting with Codex Storage.

Features

  • Install and manage Codex node
  • Run Codex node with custom configuration
  • Check node status and connected peers
  • Upload and download files
  • View local data
  • Cross-platform support (Windows, Linux, macOS)

Installation

npm install -g codexstorage

Or run directly with npx:

npx codexstorage

Usage

Interactive Mode

Simply run:

codexstorage

This will start the interactive CLI menu where you can: 1. Download and install Codex 2. Run Codex node 3. Check node status 4. Upload a file 5. Download a file 6. Show local data 7. Uninstall Codex node

Command Line Mode

Upload a file:

codexstorage --upload <filename>

Download a file:

codexstorage --download <cid>

Requirements

  • Node.js 14 or higher
  • For Linux users: libgomp1 library
  • For Windows users: curl command available

Development

  1. Clone the repository
  2. Install dependencies:
npm install
  1. Run the CLI:
npm start

License

MIT

1.0.11

10 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.10

11 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago