Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

flightpkg/flight-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flight

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 build from source.

Build From Source

Prerequisites: Git, Yarn and/or NPM, NodeJS.

Steps

  1. Clone the github repository using the Github CLI.
> git clone https://github.com/flightpkg/flight
  1. cd into the flight directory.
> cd flight
  1. Build the project into the dist directory.
> go build -o dist
  1. cd into the dist directory.
cd dist
Windows:
------------
> flight.exe

Linux/Unix
------------
> ./flight

👏 Supporters

Stargazers repo roster for @flightpkg/flight


Built With

NodeJS

License

This project is licensed under Apache-2.0 - see the LICENSE.md file for details.