Skip to content

Commit

Permalink
Add open pixee dcs (#162)
Browse files Browse the repository at this point in the history
* stubs for openpixee projects into our docs

* add url for pixeecli container image

* add new page for Open Pixee

* run prettier

---------

Co-authored-by: David Hafley <[email protected]>
  • Loading branch information
dhafley and dhafley authored Apr 2, 2024
1 parent 24c8fba commit 665fcdf
Show file tree
Hide file tree
Showing 3 changed files with 1,293 additions and 1,457 deletions.
36 changes: 36 additions & 0 deletions docs/open-pixee.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
sidebar_position: 5
---

# Open Pixee

Pixee believes in open source. We leverage tools from the community and strive to contribute where there are gaps and where we can provide unique solutions.

Our product is best experienced via the [Github App pixeebot](https://github.com/marketplace/pixeebot-automated-code-fixes/). Powering this pixeebot product experience are several open source projects. See more below and then dig deeper in each project's README.

## Pixee CLI

The Pixee CLI brings the power of Pixee's [Codemodder framework](https://codemodder.io) to your local development environment. This provides a way for developers to try out Pixee before installing the GitHub app.

![Pixee CLI Demo](https://github.com/pixee/pixee-cli/raw/main/img/demo.gif)

Learn more in the [README](https://github.com/pixee/pixee-cli#readme)

## Integrate Pixee CLI into your CI Environment

Do you want to see Pixee at work in your repository? We've integrated the PixeeCLI into CI scripts for popular platforms.

- [Bitbucket](https://github.com/pixee/pixee-cli/blob/main/ci/bitbucket/README.md)

Coming soon!

- Gitlab
- Github

## Container Images

- [PixeeCLI](https://hub.docker.com/repository/docker/codemodder/pixee-cli/general)

## Want more or something missing?

Join our [community](http://pixeeworks.slack.com) and collaborate in slack or drop us a line at [email protected].
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"clsx": "^1.2.1",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"yarn": "^1.22.22"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.1.1",
Expand Down
Loading

0 comments on commit 665fcdf

Please sign in to comment.