Files
Nebula/neb/README.md
SpookyDervish 672b919071 added the ability to install libs written in comet
also made it so you don't have to build comet to install the headers
2026-07-04 19:31:25 +10:00

35 lines
994 B
Markdown

# Nebula Package Manager
Nebula is the CLI package manager for the Comet Programming Language.
The source code for Comet can be found here: https://chookspace.com/Comet/Comet
Or for Nebula: https://chookspace.com/Comet/Nebula
There is also Github mirror of Comet if you would prefer that: https://github.com/SpookyDervish/Comet
## Usage
### Installing a Package
To install a package type:
```
neb install packageName
```
Or if you wish to install a particular version:
```
neb install packageName@1.0.0
```
(replace the number with the version number of the package you want to install)
## Changelog
### 1.2.0
- Add support for modules written in Comet
- Made it so C headers needed to install C libs are installed for the user and not system wide
### 1.1.0
- Switched from getting the latest commit of packages to getting the latest release
- Added the `uninstall` subcommand
- Added the `search` subcommand
### 1.0.1
- Fix long description hopefully
### 1.0.0
- Initial release