Skip to content

ByteNite2/bytenite-dev-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bytenite-dev-cli

Welcome to ByteNite's Dev CLI, the SDK for building apps on ByteNite.

Bytenite CLI

A guide to installing and using the Bytenite Command Line Interface (CLI).

Installation

Linux

The Bytenite CLI can be installed on Debian-based Linux distributions (Ubuntu, Debian, etc.) using the following commands:

Add the Bytenite repository

echo "deb [trusted=yes] https://storage.googleapis.com/bytenite-prod-apt-repo/debs ./" | sudo tee /etc/apt/sources.list.d/bytenite.list

Update package lists

sudo apt update

Install the Bytenite CLI

sudo apt install bytenite

Troubleshooting

If you encounter any issues during installation:

  1. Make sure your system is up-to-date:

    sudo apt update && sudo apt upgrade
  2. Verify the repository was correctly added:

    cat /etc/apt/sources.list.d/bytenite.list
  3. Check if the package is available:

    apt search bytenite

For MacOS Users.

Mac

Add the Bytenite Tap

brew tap ByteNite2/bytenite-dev-cli https://github.com/ByteNite2/bytenite-dev-cli.git

Install the CLI

brew install bytenite

Examples

Here are some common operations you can perform with the Bytenite CLI:

  • Check the installed version:

    bytenite --version
  • Initialize a new app:

    bytenite app new [app_name]

For more information, please visit the documentation https://docs.bytenite.com/sdk/bytenite-dev-cli.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •