Skip to content

NucleoidAI/NucBot

Repository files navigation

NucBot

License NPM Discord

Banner

01010111 01101101 01011001 00111110


Installation

npm install -g nucbot

Usage

Initialize a New Project

The init command helps you create a new NucBot project. There are two ways to use it:

  1. Interactive Mode:
nucbot init

This will start an interactive prompt to guide you through project creation.

  1. Direct Mode:
nucbot init --platform <platform> --name <project-name>

Options:

  • -p, --platform: Choose a project type. (platform, platform-express)
  • -n, --name: Set your project name

Example:

nucbot init --platform platform --name nucleoid_app      

Update Project

To update your existing project's configuration, run the following command:

nucbot update

This command will:

  • Update all project configuration to their latest versions
  • Maintain compatibility with your current configuration

Note: Make sure you're in your project's root directory when running the update command.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •