forked from asyncapi/cli
-
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.
Merge pull request #4 from asyncapi/master
mater
- Loading branch information
Showing
21 changed files
with
6,860 additions
and
6,045 deletions.
There are no files selected for viewing
1,513 changes: 284 additions & 1,229 deletions
1,513
assets/create-glee-app/templates/default/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
24 changes: 24 additions & 0 deletions
24
assets/create-glee-app/templates/tutorial/docs/asyncapi.md
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,24 @@ | ||
# Streetlights App 1.0.0 documentation | ||
|
||
* License: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) | ||
|
||
The Smartylighting Streetlights application allows you | ||
to remotely manage the city lights. | ||
|
||
|
||
## Table of Contents | ||
|
||
* [Servers](#servers) | ||
* [mosquitto](#mosquitto-server) | ||
|
||
## Servers | ||
|
||
### `mosquitto` Server | ||
|
||
* URL: `mqtt://test.mosquitto.org/` | ||
* Protocol: `mqtt` | ||
|
||
|
||
|
||
## Operations | ||
|
688 changes: 457 additions & 231 deletions
688
assets/create-glee-app/templates/tutorial/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
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,9 @@ | ||
{ | ||
"compilerOptions": { | ||
"allowJs": true, | ||
"target": "es6", | ||
"esModuleInterop": true, | ||
"moduleResolution": "node", | ||
"module": "commonjs" | ||
} | ||
} |
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
Oops, something went wrong.