Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhike-team/zignis-plugin-starter

Zignis plugin template
https://github.com/zhike-team/zignis-plugin-starter

Last synced: 4 days ago
JSON representation

Zignis plugin template

Awesome Lists containing this project

README

        

YOUR_AWESOME_PLUGIN_NAME
------------------------

THIS IS A PLUGIN TEMPLATE CODE

## Requirements

* Node v8.1+
* Yarn
* Zignis installed globally

## Usage

1. Clone or download this repo, (Or use `zignis new PLUGIN_NAME --select=plugin`)
2. Run `yarn install`.
3. At root directory, run `yarn watch`.
4. At another window and same directory, run `zignis hi`, an example command.
5. Change that command or delete it, and write your own code.
6. Change this readme file also.
7. Publish or share with your friends.