Flight
Swift, reliable, multi-language package manager. ✨🚤🚀✨
Install / Use
/learn @flightpkg/FlightREADME
:zap: Installation
We don't have an official release of Flight yet, however, if you would like to give it a try, feel free to follow the steps below to install a pre-alpha release. <br>
Linux:
Shell script (Recommended):
$ curl -qL https://raw.githubusercontent.com/flightpkg/flight/main/install.sh | bash
If the installer doesn't set your environment variables, add it using:
$ echo "export PATH=~/flight/bin:$PATH" >> YOUR_SHELL_CONFIG_HERE
...and restart your shell to use the command flight
Build From Source
Prerequisites: Git, Yarn and/or NPM, NodeJS.
Steps
- Clone the repository using git.
$ git clone https://github.com/flightpkg/flight
- CD into the
flightdirectory.
$ cd flight
- Install @vercel/ncc globally if it isnt already installed
$ npm i @vercel/ncc
$ yarn global add @vercel/ncc
- Run the build script
$ npm run compile && npm run build
$ yarn compile && yarn build
- CD into the dist/js directory, then init.
$ cd dist/js
-------------
$ npm init
$ yarn init
<br>
🕵️♂️ VirusTotal Scans
| Platform | VirusTotal Scan | | ------- | ------------------ | | Windows | <a href="https://www.virustotal.com/gui/file/f7748343325785c81476bc802441010b624b3bbd989770a8b3ee5b694a7d5ed7/detection"> <img src="https://img.shields.io/badge/dynamic/json?label=Detections&query=%24.positives&url=https%3A%2F%2Fupdates.flightpkg.js.org%2Fapi%2Fvirustotal-win"> </a> |
<br>:clap: Supporters
<br>Built With
License
Apache-2.0 © flightpkg - see the LICENSE.md file for details.
