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

c-fraser/jx

Repository files navigation

jx

Release GoDoc Go Report Card Apache License 2.0

jx simplifies managing and executing applications, built from projects hosted in git.

Install

Homebrew

brew install c-fraser/tap/jx

Go

go install github.com/c-fraser/jx

Releases

Download a jx binary from a release.

Usage

Install a project

jx install --git [email protected]:c-fraser/echo.git

Run an installed project

jx run echo 'Hello, World!'

Upgrade an installed project

jx upgrade echo

Uninstall a project

jx uninstall echo

View the documentation

jx --help

License

Copyright 2022 c-fraser

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.