Skip to content

Commit

Permalink
feat: npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
int64ago committed Aug 18, 2019
1 parent fb46f5f commit b02e80a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# svrx-create-plugin
npm init initializer for svrx plugin.
# @svrx/create-plugin

Initialize a svrx plugin by running one command.

## Usage

> Node >= 8 LTS
- npm

```bash
npm init @svrx/plugin
```

- yarn

```bash
yarn create @svrx/plugin
```
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "@svrx/create-plugin",
"version": "0.0.1",
"description": "Initialize a svrx plugin by running one command.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/x-orpheus/svrx-create-plugin.git"
},
"keywords": [
"svrx",
"svrx-plugin"
],
"author": "Cody Chan <int64ago@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/x-orpheus/svrx-create-plugin/issues"
},
"homepage": "https://github.com/x-orpheus/svrx-create-plugin#readme"
}

0 comments on commit b02e80a

Please sign in to comment.