https://github.com/nucleoidai/nucbot
https://github.com/nucleoidai/nucbot
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nucleoidai/nucbot
- Owner: NucleoidAI
- License: apache-2.0
- Created: 2023-03-30T16:14:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T15:12:39.000Z (over 1 year ago)
- Last Synced: 2025-02-02T19:49:00.410Z (over 1 year ago)
- Language: JavaScript
- Size: 2.68 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NucBot

01010111 01101101 01011001 00111110
## Installation
```bash
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:
```bash
nucbot init
```
This will start an interactive prompt to guide you through project creation.
2. Direct Mode:
```bash
nucbot init --platform --name
```
Options:
- `-p, --platform`: Choose a project type. (`platform`, `platform-express`)
- `-n, --name`: Set your project name
Example:
```bash
nucbot init --platform platform --name nucleoid_app
```
### Update Project
To update your existing project's configuration, run the following command:
```bash
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](LICENSE) file for details.