Skip to content

Commit

Permalink
feat: npm init alias (readmeio#597)
Browse files Browse the repository at this point in the history
* feat: `npm init` alias

* chore: how about this bin?
  • Loading branch information
kanadgupta authored Sep 6, 2022
1 parent 239665e commit c8d0b02
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions packages/create/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "@readme/create",
"version": "0.0.1",
"description": "Sync your OpenAPI definition to ReadMe",
"bin": "npx rdme@next openapi --github",
"repository": {
"type": "git",
"url": "https://github.com/readmeio/rdme.git",
"directory": "packages/create"
},
"keywords": [
"api",
"apis",
"readme",
"openapi",
"swagger"
],
"author": "ReadMe <[email protected]> (https://readme.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/readmeio/rdme/issues"
},
"homepage": "https://github.com/readmeio/rdme#readme"
}

0 comments on commit c8d0b02

Please sign in to comment.