plugin: Add CONTRIBUTING.md

This commit is contained in:
Soreine
2016-12-02 17:34:54 +01:00
parent 4aae18617b
commit e1bcb4ed7d
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
Compile the CLI using:
```
npm run dist
```
Then run the CLI in `lib/`:
```
./lib/cli.js
```
+1 -1
View File
@@ -1 +1 @@
See [GitBook: Create a plugin](toolchain.gitbook.com/api/).
For instructions on how to create plugins, see [GitBook: Create a plugin](toolchain.gitbook.com/api/).