-
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.
Initial commit apollographql/router#1657
- Loading branch information
0 parents
commit 7b52836
Showing
11 changed files
with
5,333 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,3 @@ | ||
[alias] | ||
xtask = "run --package xtask --" | ||
router = "run --package xtask -- router" |
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,2 @@ | ||
/target/ | ||
/.idea/ |
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,26 @@ | ||
[template] | ||
name = "apollo-router" | ||
author = "Apollo" | ||
version = "0.1.0" | ||
|
||
exclude = [ | ||
"./target" | ||
] | ||
|
||
disable_templating = [ | ||
"./scaffold/**/*" | ||
] | ||
|
||
notes = """ | ||
Created new Apollo Router project '{{name}}'. | ||
> Note: The Apollo Router is made available under the Elastic License v2.0 (ELv2). | ||
> Read [our licensing page](https://www.apollographql.com/docs/resources/elastic-license-v2-faq/) for more details. | ||
""" | ||
|
||
[parameters] | ||
[parameters.name] | ||
type = "string" | ||
message = "What is the name of your new router project?" | ||
required = true | ||
|
Oops, something went wrong.