https://github.com/pedro-gutierrez/graphism_new
Creates a new Graphism project
https://github.com/pedro-gutierrez/graphism_new
absinthe ecto elixir graphism graphql mix postgres rest
Last synced: about 1 month ago
JSON representation
Creates a new Graphism project
- Host: GitHub
- URL: https://github.com/pedro-gutierrez/graphism_new
- Owner: pedro-gutierrez
- License: mit
- Created: 2022-07-22T21:09:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T20:24:18.000Z (almost 3 years ago)
- Last Synced: 2024-12-28T11:45:32.802Z (10 months ago)
- Topics: absinthe, ecto, elixir, graphism, graphql, mix, postgres, rest
- Language: Elixir
- Homepage:
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mix graphism.new
Creates a new [Graphism](https://github.com/Gravity-Core/graphism) project
## Installation
```bash
$ wget https://github.com/pedro-gutierrez/graphism_new/raw/main/graphism_new-0.1.0.ez
$ mix archive.install ./graphism_new-0.1.0.ez
```## Usage
```bash
$ mix graphism.new hello_world --graphql --rest
```