Skip to content

bradymadden97/freephite

 
 

Repository files navigation

Installation and Setup

bun i -g @bradymadden97/freephite-cli

# Get a Github Access Token from https://github.com/settings/tokens
# Use a "classic token" for now (7/14/2023)
fp auth-fp -t <YOUR_GITHUB_ACCESS_TOKEN>

Update the CLI

bun i -g @bradymadden97/freephite-cli@latest

(WIP) Develop Locally

git clone https://github.com/bradymadden97/freephite
cd freephite
bun i

# Install turbo
npm i -g turbo
turbo build

# To test your local build
node ~path/to/freephite/dist/src/index.js

Publish

cd ~path/to/freephite/
npm publish

About

Graphite's CLI makes creating and submitting stacked changes easy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Other 1.0%