Skip to content

Commit

Permalink
fix(docs): added missing README files
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Dec 16, 2020
1 parent f6c8a78 commit aa3f63b
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 4 deletions.
7 changes: 7 additions & 0 deletions projects/todo-app-api/README.md
@@ -0,0 +1,7 @@
# Serenity/JS

[Serenity/JS](https://serenity-js.org) is a Node.js framework designed to make acceptance and regression testing of modern full-stack applications faster, more collaborative and easier to scale.

## Serenity/JS Todo App

This module contains a REST API used by [Serenity/JS Todo App](https://github.com/serenity-js/todo-app).
3 changes: 2 additions & 1 deletion projects/todo-app-api/package.json
Expand Up @@ -8,7 +8,8 @@
"dist",
"CHANGELOG.md",
"LICENSE.md",
"NOTICE.md"
"NOTICE.md",
"README.md"
],
"funding": {
"url": "https://github.com/sponsors/serenity-js"
Expand Down
7 changes: 7 additions & 0 deletions projects/todo-app-domain/README.md
@@ -0,0 +1,7 @@
# Serenity/JS

[Serenity/JS](https://serenity-js.org) is a Node.js framework designed to make acceptance and regression testing of modern full-stack applications faster, more collaborative and easier to scale.

## Serenity/JS Todo App

This module contains domain models used by [Serenity/JS Todo App](https://github.com/serenity-js/todo-app).
3 changes: 2 additions & 1 deletion projects/todo-app-domain/package.json
Expand Up @@ -8,7 +8,8 @@
"dist",
"CHANGELOG.md",
"LICENSE.md",
"NOTICE.md"
"NOTICE.md",
"README.md"
],
"funding": {
"url": "https://github.com/sponsors/serenity-js"
Expand Down
7 changes: 7 additions & 0 deletions projects/todo-app-ui/README.md
@@ -0,0 +1,7 @@
# Serenity/JS

[Serenity/JS](https://serenity-js.org) is a Node.js framework designed to make acceptance and regression testing of modern full-stack applications faster, more collaborative and easier to scale.

## Serenity/JS Todo App

This module contains an Angular-based user interface used by [Serenity/JS Todo App](https://github.com/serenity-js/todo-app).
3 changes: 2 additions & 1 deletion projects/todo-app-ui/package.json
Expand Up @@ -7,7 +7,8 @@
"dist",
"CHANGELOG.md",
"LICENSE.md",
"NOTICE.md"
"NOTICE.md",
"README.md"
],
"funding": {
"url": "https://github.com/sponsors/serenity-js"
Expand Down
7 changes: 7 additions & 0 deletions projects/todo-app/README.md
@@ -0,0 +1,7 @@
# Serenity/JS

[Serenity/JS](https://serenity-js.org) is a Node.js framework designed to make acceptance and regression testing of modern full-stack applications faster, more collaborative and easier to scale.

## Serenity/JS Todo App

[Serenity/JS Todo App](https://github.com/serenity-js/todo-app) is a simple full-stack system you can use to hone your test automation skills.
6 changes: 5 additions & 1 deletion projects/todo-app/package.json
Expand Up @@ -4,12 +4,16 @@
"description": "Serenity/JS Todo App",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"todo-app": "bin/todo-app"
},
"files": [
"bin",
"dist",
"CHANGELOG.md",
"LICENSE.md",
"NOTICE.md"
"NOTICE.md",
"README.md"
],
"funding": {
"url": "https://github.com/sponsors/serenity-js"
Expand Down

0 comments on commit aa3f63b

Please sign in to comment.