Skip to content

Commit 1e8e059

Browse files
committedFeb 10, 2018
fix(boilerplate): update boilerplate choices
1 parent 50f94f8 commit 1e8e059

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/cmds/create/boilerplates.ts

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ export interface Boilerplate {
44
repo: string
55
}
66

7+
// a list of available boilerplate projects from:
8+
// https://github.com/graphql-boilerplates/
79
export const defaultBoilerplates: Boilerplate[] = [
810
{
911
name: 'node-minimal',

0 commit comments

Comments
 (0)
Please sign in to comment.