GithubHelp home page GithubHelp logo

davo-canva / graphite-cli Goto Github PK

View Code? Open in Web Editor NEW

This project forked from searleser97/graphite-cli

0.0 0.0 0.0 128.04 MB

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

Home Page: https://graphite.dev

License: GNU Affero General Public License v3.0

Shell 0.16% JavaScript 1.50% TypeScript 95.16% CSS 0.04% HTML 0.04% SCSS 3.10%

graphite-cli's Introduction

What is Graphite?

Graphite is a fast, simple code review platform designed for engineers who want to write and review smaller pull requests, stay unblocked, and ship faster. Anyone can start using Graphite individually without needing their coworkers to change tools - we'll seamlessly sync your code changes and reviews. We built Graphite because we missed internal code review tools like Phabricator (at Facebook) and Critique (Google) that help engineers create, approve, and ship small, incremental changes, and long-term we’re passionate about creating products & workflows that help fast-moving eng teams achieve more.

Graphite is designed to be used at work - unfortunately we don't yet support submitting PRs to open-source repos as an external contributor (i.e. without write access) due to limitations of GitHub.

Graphite beta

Graphite is currently in beta, and you’ll need a Graphite account to submit pull requests with the CLI. You can sign up for early access!

User guide

https://docs.graphite.dev/

Everything is still a little early, so please add comments to our user guide if you have any questions, feedback, or suggestions!

Changelog

View the Graphite CLI changelog

Support

We do not consistently check GH issues — if you have any questions or issues, reach out to us on our Community Slack server!

Developing and Running tests

Interested in contributing to graphite CLI? Here's how to get started.

You'll need to install yarn on your machine

npm install --global yarn

Build the CLI

cd apps/cli
nvm use
yarn install
yarn build

Running tests

cd apps/cli
DEBUG=1 yarn test --full-trace

Running a subset of tests

cd apps/cli
DEBUG=1 yarn test --full-trace -g "test pattern"

Running one test

cd apps/cli
DEBUG=1 yarn test-one "<path to .js test file in dist folder>"

Running the CLI locally (after build)

cd apps/cli
yarn cli <command> # (to run `gt <command>`)

Linking gt to a locally built version (includes a build)

cd apps/cli
yarn dev
# then to run commands:
gt <command>

Running into difficulties getting the CLI repo set up on your system? Check out this PR

By contributing to the Graphite CLI, you agree to the terms of the Graphite Individual Contributor License Agreement as defined in CLA.md

graphite-cli's People

Contributors

arambrosius avatar bngo97 avatar dbalatero avatar dbradf avatar discentem avatar emikyu avatar forsakenharmony avatar goldjacobe avatar gregorymfoster avatar heewa avatar jessicabowden avatar jrasmusbm avatar mlutsky avatar neha-sri avatar nicholasyan avatar nipunn1313 avatar pschutz93 avatar szamanr avatar tomasreimers avatar vampire avatar xiulung avatar ziyaowei avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.