Skip to content

Commit

Permalink
Initial commit apollographql/router#1657
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix committed Aug 31, 2022
0 parents commit 7b52836
Show file tree
Hide file tree
Showing 11 changed files with 5,333 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[alias]
xtask = "run --package xtask --"
router = "run --package xtask -- router"
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target/
/.idea/
26 changes: 26 additions & 0 deletions .scaffold.toml
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

Loading

0 comments on commit 7b52836

Please sign in to comment.