https://github.com/mrapi-js/create-mrapi-app
Set up a mrapi app by running one command.
https://github.com/mrapi-js/create-mrapi-app
graphql mrapi nodejs openapi
Last synced: about 2 months ago
JSON representation
Set up a mrapi app by running one command.
- Host: GitHub
- URL: https://github.com/mrapi-js/create-mrapi-app
- Owner: mrapi-js
- License: mit
- Created: 2020-09-09T03:09:42.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-12-14T08:52:27.000Z (over 5 years ago)
- Last Synced: 2025-09-27T23:16:27.075Z (9 months ago)
- Topics: graphql, mrapi, nodejs, openapi
- Language: JavaScript
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# create-mrapi-app
Thank you for checking out [mrapi](https://github.com/mrapi-js/mrapi).
## Usage
```bash
npx create-mrapi-app
# or
npm init mrapi-app
# or
yarn create mrapi-app
# or
pnpx create-mrapi-app
```