We are always grateful to receive contributions!
The following guidelines help you on how to start with the codebase and how to submit your work.
You need to have npm
installed.
git clone git@github.com:grafana/plugin-tools.git
cd plugin-tools
npm install
minimist
- used for parsing argument options
Work in progress.
There are a collection of commands to assist with developing sign-plugin
. Please read the main contributing guide before contributing any code changes to the project.
Below are the main commands used for developing sign-plugin
. They can be run by either yarn workspace @grafana/sign-plugin run <name_of_command>
or navigating to packages/sign-plugin
and running the command directly as detailed below.
npm build # used to build @grafana/sign-plugin
npm dev # watches for changes to files and rebuilds @grafana/sign-plugin automatically
Work in progress.
Work in progress.
Work in progress.