You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
Mia Raindrops ba5fa69435 Update README.md
Deleted .gitlab-ci.yml
12 months ago
.idea CC: #1 1 year ago
commands Add option to ignore unsafe packages 12 months ago
hooks WIP Alicorn port (abandonned, To be removed) 1 year ago
node_modules CC: #1 1 year ago
.gitignore WIP Alicorn port (abandonned, To be removed) 1 year ago
README.md Update README.md 12 months ago
index.js Add option to ignore unsafe packages 12 months ago
package-lock.json First commit 1 year ago
package.json First commit 1 year ago

README.md

Sunsetting Twilight in May 2022

The Twilight Package Manager was initially created to help me update my own software more easily, faster and all at once, and it was well serving that purpose. But since the installation of Minteck TeamCity, the need for such a program was reduced since the deployment can be integrated as part of continuous integration.

Furthermore, Twilight was very limited and it was very hard to add (pre)compiled packages to the repositories. It was also slow, sometimes buggy, and not extensible.

With that said, the Twilight Package Manager is now in an extended maintenance state. Unlike some other projects such as Neutron (which is in extended maintenance too), Twilight depends on external servers to run properly. These external servers will stop working in May (the exact date and time will be announced later); and currently precompiled projects have been removed from the repositories (most notably Kartik).

Twilight will be non-functional after the servers have been stopped and you will be directed to uninstall the application.


Twilight

A Git-based package manager made for Minteck's infrastructure and other things

Install on Windows:

cmd /c 'curl https://twipkg.cdn.minteck.org/~installer/twipkg-onlineinstall-win32-x86_64.bat > "%temp%\install.bat" && "%temp%\install.bat"'

Install on Linux (x86_64 or ARM64):

bash -c "$(curl https://twipkg.cdn.minteck.org/~installer/twipkg-onlineinstall-linux-$(uname -p).sh)"

Install on macOS (Intel x86 or Apple Silicon):

bash -c "$(curl https://twipkg.cdn.minteck.org/~installer/twipkg-onlineinstall-darwin-$(uname -p).sh)"

Notice: Twilight Package Manager is experimental on macOS, use with caution.