Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: documentation and website
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Aug 13, 2019
1 parent 992fe9c commit 23e91d1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ single type
### Templates
#### Features
- Added new GraphQL-js starter template, that uses GraphQL.js library.
- Added ability to use custom templates

```
graphback init name --templateUrl=https://github.com/aerogear/modern-appdev-workshop
```

## 0.6.0 (7th August, 2019)

Expand Down
10 changes: 10 additions & 0 deletions docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ Uses knex.js library for database access.
Typescript implementation of GraphQL server using apollo-express framework and Sofa library. Sofa enables exposing REST API along with GraphQL based endpoint.
Uses knex.js library for database access.

### Custom templates

Graphback supports custom templates by providing `templateUrl` parameter for init command.

```
graphback init name --templateUrl=https://github.com/aerogear/modern-appdev-workshop#master
```

> NOTE: Template needs to be located in repository `/template` folder
## Folder Structure
Each template has the following folder structure, which is created as each `graphback` command is used.

Expand Down

0 comments on commit 23e91d1

Please sign in to comment.