All Projects → raven-os → nest

raven-os / nest

Licence: other
Raven's package manager

Programming Languages

rust
11053 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to nest

raven-python-lambda
Sentry/Raven SDK Integration For AWS Lambda (python) and Serverless
Stars: ✭ 48 (+118.18%)
Mutual labels:  raven
crosware
Tools, things, stuff, miscellaneous, etc., for Chrome OS / Chromium OS
Stars: ✭ 36 (+63.64%)
Mutual labels:  package-manager
paket
A simple and fast package manager for the Fish shell written in Rust. 🐠
Stars: ✭ 31 (+40.91%)
Mutual labels:  package-manager
mcpkg
Package manager for Minecraft resource packs, datapacks and crafting tweaks, wrapped around vanillatweaks.net
Stars: ✭ 15 (-31.82%)
Mutual labels:  package-manager
domy
Custom Elements Storage
Stars: ✭ 77 (+250%)
Mutual labels:  package-manager
server-next
😎 The next generation of RESTful API service and more for Mix Space, powered by @nestjs.
Stars: ✭ 43 (+95.45%)
Mutual labels:  nest
EmbeddedScrollView
Embedded UIScrollView for iOS.
Stars: ✭ 55 (+150%)
Mutual labels:  nest
dothq.co
This repository has moved to:
Stars: ✭ 17 (-22.73%)
Mutual labels:  nest
hermit
Hermit manages isolated, self-bootstrapping sets of tools in software projects.
Stars: ✭ 312 (+1318.18%)
Mutual labels:  package-manager
sentry-testkit
A Sentry plugin to allow Sentry report interception and further inspection of the data being sent
Stars: ✭ 78 (+254.55%)
Mutual labels:  raven
nestjs-toolbox
The repository contains a suite of components and modules for Nest.js
Stars: ✭ 166 (+654.55%)
Mutual labels:  nest
lfs-me
Linux From Scratch made ( more ) easy. A simple, fakeroot based, package manager for LFS heavily inspired by Archlinux' package management.
Stars: ✭ 67 (+204.55%)
Mutual labels:  package-manager
melody
📦 Fast and reliable dependency management for Go ♫
Stars: ✭ 79 (+259.09%)
Mutual labels:  package-manager
organon
This program focuses on automating the download, installation and compilation of pentest tools from source
Stars: ✭ 36 (+63.64%)
Mutual labels:  package-manager
npm-yarn-benchmark
Bash script for comparing NPM and Yarn performance
Stars: ✭ 42 (+90.91%)
Mutual labels:  package-manager
jacli
Java Command Line Interface
Stars: ✭ 29 (+31.82%)
Mutual labels:  package-manager
ansible-apt
Ansible role to manage packages and up(date|grade)s in Debian-like systems
Stars: ✭ 21 (-4.55%)
Mutual labels:  package-manager
serverless-core-deprecated
[Deprecated] Serverless Core module for Nest framework (node.js) 🦊
Stars: ✭ 169 (+668.18%)
Mutual labels:  nest
cpm
🌵 A wrapper for package managers to make them consistent for those of us who are lazy.
Stars: ✭ 52 (+136.36%)
Mutual labels:  package-manager
minepkg
Manage Minecraft mods with ease.
Stars: ✭ 38 (+72.73%)
Mutual labels:  package-manager

Nest Build Status

Raven's package manager.

Build dependencies

  • rustup, with the latest nightly toolchain available

Building Nest

Compiling Nest is pretty straightforward:

cargo build --all

Running tests

If you want to be sure everything went correctly when compiling Nest, you can run the tests:

cargo test --all

Running Nest

You shouldn't run Nest in an un-protected environnement, as Nest assumes there is no other package manager on the current system.

You can still run it with:

cd nest
cargo run -- <args>

See below for available arguments.

Usage

nest [OPTION]... SUBCOMMAND [SUBCOMMAND OPTIONS]...

Raven-OS's package manager.

OPTIONS
    -h, --help       Prints help information
    -v               Set the level of verbosity
    -V, --version    Prints version information

SUBCOMMANDS
    help         Prints this message or the help of the given subcommand(s)
    install      Download and install the given packages [alias: add]
    pull         Pull repositories and update the local cache
    uninstall    Uninstall the given packages [alias: remove]
    upgrade      Upgrade all installed packages [alias: update]
finest [OPTION]... SUBCOMMAND [SUBCOMMAND OPTIONS]...

Raven-OS's package manager.

OPTIONS
    -h, --help       Prints help information
    -v               Set the level of verbosity
    -V, --version    Prints version information

SUBCOMMANDS
    group          Operate on groups
    help           Prints this message or the help of the given subcommand(s)
    merge          Merge the scratch dependency graph with the regular dependency graph
    pull           Pull repositories and update the local cache
    requirement    Operate on requirements
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].