Skip to content

Swift, reliable, multi-language package manager. ✨🚤🚀✨

License

Notifications You must be signed in to change notification settings

flightpkg/flight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Compey
Jul 28, 2022
e6de5ba · Jul 28, 2022
May 31, 2022
Jun 30, 2022
Jun 7, 2022
Jul 13, 2022
Jul 12, 2022
Jul 13, 2022
Jul 13, 2022
Apr 17, 2022
Jul 13, 2022
Apr 12, 2022
Jul 12, 2022
May 2, 2022
Apr 20, 2022
Jul 12, 2022
Jun 8, 2022
May 2, 2022
Apr 11, 2022
May 21, 2022
Jun 21, 2022
Jul 13, 2022
Jul 13, 2022
Jul 13, 2022
Apr 21, 2022
Jun 20, 2022
Apr 17, 2022
Jul 13, 2022

Repository files navigation

Swift, reliable, multi-language package manager.


⚡ 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.

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

  1. Clone the repository using git.
$ git clone https://github.com/flightpkg/flight
  1. CD into the flight directory.
$ cd flight
  1. Install @vercel/ncc globally if it isnt already installed
$ npm i @vercel/ncc
$ yarn global add @vercel/ncc
  1. Run the build script
$ npm run compile && npm run build
$ yarn compile && yarn build
  1. CD into the dist/js directory, then init.
$ cd dist/js
-------------
$ npm init 
$ yarn init

🕵️‍♂️ VirusTotal Scans

Platform VirusTotal Scan
Windows

👏 Supporters

Stargazers repo roster for @flightpkg/flight


Built With

NodeJS

License

Apache-2.0 © flightpkg - see the LICENSE.md file for details.