Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add egbuilder #1058

Merged
merged 16 commits into from
Aug 15, 2023
Prev Previous commit
Next Next commit
update doc
  • Loading branch information
suchen-sci committed Aug 1, 2023
commit b37b49222c203a78d6ba986fcd215918d0bf27c3
8 changes: 7 additions & 1 deletion doc/egbuilder.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# egbuilder
# egbuilder <!-- omit in toc -->
`egbuilder` is a command-line tool that enables you to create, build, and run Easegress with custom plugins.

- [Init a custom plugin project](#init-a-custom-plugin-project)
- [Add more plugins](#add-more-plugins)
- [Build Easegress with custom plugins](#build-easegress-with-custom-plugins)
- [Run Easegress in current directory](#run-easegress-in-current-directory)
- [Environment variables](#environment-variables)

## Init a custom plugin project
The `egbuilder init` command helps initialize a custom plugin project, creating the necessary directories and files for users to get started.

Expand Down