Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 824 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (21 loc) · 824 Bytes

How can you contribute to the project?

wizzy is always open for contributions from the community. Let's make it super easy to use Grafana via CLI!

Setup Development environment:

$ git clone https://github.com/<your_github_username>/wizzy.git
$ cd wizzy
$ npm install
$ npm install -g grunt-cli
$ node src/index.js init
  • Test linting before submitting the PR: $ grunt

  • Run wizzy commands via index.js:

$ node src/index.js help