Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zhike-team/zignis-plugin-starter
- Owner: zhike-team
- Created: 2019-06-11T05:32:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T01:51:12.000Z (almost 3 years ago)
- Last Synced: 2024-11-22T08:13:01.493Z (2 months ago)
- Language: JavaScript
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.