8000 GitHub - onefootprint/pancake-cli: Graphite's CLI makes creating and submitting stacked changes easy.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

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

License

Notifications You must be signed in to change notification settings

onefootprint/pancake-cli

 
 

Repository files navigation

(WIP) Develop Locally

git clone git@github.com:evforde/pancake-cli.git
cd pancake-cli
bun i

# Install turbo
npm i -g turbo
turbo build

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

(WIP) Install locally

nvm use
yarn install
yarn build
yarn build-pkg
npm link

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

Reinstall with

rm ~/.nvm/versions/node/v18.18.2/bin/pc; rm /Users/elliott/.nvm/versions/node/v18.18.2/bin/pancake; yarn build-dev && yarn build && npm link

Publish

cd ~path/to/freephite/
npm publish

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Other 1.0%
0