forked from readmeio/rdme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: `npm init` alias * chore: how about this bin?
- Loading branch information
1 parent
239665e
commit c8d0b02
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |