raven-os / nest-server

A server providing packages for Nest.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest-Server Build Status

An HTTP server hosting packages for Nest.

Build dependencies

  • rustup, with the latest nightly toolchain available

Building Nest-Server

Compiling Nest-Server is pretty straightforward:

cargo build

Running tests

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

cargo test

Hosting

If you want to host some custom-made packages on your own Nest-Server instance, you may find the Hosting.md guide useful.

API

Nest-Server provides an API to question the server about its content. This API is, among others, used by Nest when pulling a repository or when downloading a package.

All the available API routes are listed in Api.md.

About

A server providing packages for Nest.


Languages

Language:Rust 66.7%Language:HTML 27.5%Language:CSS 3.6%Language:JavaScript 1.9%Language:Dockerfile 0.3%