Skip to content

Commit

Permalink
Merge fix-tsed-github
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Jan 13, 2020
2 parents bd3f97c + be65f98 commit d653cde
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
title: "Ts.ED - A Node.js Framework on top of Express.",
description: "A Node.js Framework on top of Express. It provides a lot of decorators and guidelines to write your code.",
title: "Ts.ED - A Node.jsc Framework on top of Express.",
description: "A Node.js Framework and TypeScript on top of Express. It provides a lot of decorators and guidelines to write your code.",
serviceWorker: false,
theme: "tsed",
themeConfig: {
Expand Down
6 changes: 3 additions & 3 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ layout: home
pageClass: homepage
meta:
- name: description
content: A Node.js Framework on top of Express. Ts.ED is a framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.
content: A Node.js and TypeScript Framework on top of Express. Ts.ED is a framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.
- name: keywords
content: TS.ED nodejs express typescript javascript es6 decorators mvc model ioc service model middleware socket.io swagger typeorm mongoose ajv
content: Ts.ED nodejs express typescript javascript es6 decorators mvc model ioc service model middleware socket.io swagger typeorm mongoose ajv
actionText: Get Started →
actionLink: /getting-started.html
repoText: Github
repoLink: https://github.com/TypedProject/ts-express-decorators
heroText: TS.ED
heroText: Ts.ED
heroDescription: A Node.js Framework on top of Express
heroTerms:
- Decorators
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/TypedProject/ts-express-decorators.git"
"url": "https://github.com/TypedProject/tsed.git"
},
"keywords": [
"Express",
Expand Down Expand Up @@ -67,7 +67,7 @@
"author": "Romain Lenzotti",
"license": "MIT",
"bugs": {
"url": "https://github.com/TypedProject/ts-express-decorators/issues"
"url": "https://github.com/TypedProject//tsed/issues"
},
"homepage": "http://tsed.io/",
"dependencies": {
Expand Down Expand Up @@ -177,4 +177,4 @@
"packages/*"
]
}
}
}
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/TypedProject/ts-express-decorators/issues"
"url": "https://github.com/TypedProject//tsed/issues"
},
"homepage": "http://tsed.io/",
"repository": {
"type": "git",
"url": "git+https://github.com/TypedProject/ts-express-decorators.git"
"url": "git+https://github.com/TypedProject//tsed.git"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json",
Expand All @@ -61,4 +61,4 @@
"express": "^4"
},
"devDependencies": {}
}
}
6 changes: 3 additions & 3 deletions packages/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/TypedProject/ts-express-decorators/issues"
"url": "https://github.com/TypedProject//tsed/issues"
},
"homepage": "http://tsed.io/",
"repository": {
"type": "git",
"url": "git+https://github.com/TypedProject/ts-express-decorators.git"
"url": "git+https://github.com/TypedProject//tsed.git"
},
"scripts": {
"build": "tsc --build tsconfig.compile.json"
Expand All @@ -52,4 +52,4 @@
},
"devDependencies": {},
"peerDependencies": {}
}
}
16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Ts.ED

[![Build Status](https://travis-ci.org/TypedProject/ts-express-decorators.svg?branch=master)](https://travis-ci.org/TypedProject/ts-express-decorators)
[![Coverage Status](https://coveralls.io/repos/github/TypedProject/ts-express-decorators/badge.svg?branch=master)](https://coveralls.io/github/TypedProject/ts-express-decorators?branch=master)
[![Build Status](https://travis-ci.org/TypedProject/tsed.svg?branch=master)](https://travis-ci.org/TypedProject/tsed)
[![Coverage Status](https://coveralls.io/repos/github/TypedProject/tsed/badge.svg?branch=production)](https://coveralls.io/github/TypedProject/tsed?branch=production)
![npm](https://img.shields.io/npm/dm/@tsed/common.svg)
[![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon)
[![Dependencies](https://david-dm.org/TypedProject/ts-express-decorators.svg)](https://david-dm.org/TypedProject/ts-express-decorators#info=dependencies)
[![img](https://david-dm.org/TypedProject/ts-express-decorators/dev-status.svg)](https://david-dm.org/TypedProject/ts-express-decorators/#info=devDependencies)
[![img](https://david-dm.org/TypedProject/ts-express-decorators/peer-status.svg)](https://david-dm.org/TypedProject/ts-express-decorators/#info=peerDependenciess)
[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/ts-express-decorators/badge.svg)](https://snyk.io/test/github/TypedProject/ts-express-decorators)
[![Dependencies](https://david-dm.org/TypedProject/tsed.svg)](https://david-dm.org/TypedProject/tsed#info=dependencies)
[![img](https://david-dm.org/TypedProject/tsed/dev-status.svg)](https://david-dm.org/TypedProject/tsed/#info=devDependencies)
[![img](https://david-dm.org/TypedProject/tsed/peer-status.svg)](https://david-dm.org/TypedProject/tsed/#info=peerDependenciess)
[![Known Vulnerabilities](https://snyk.io/test/github/TypedProject/tsed/badge.svg)](https://snyk.io/test/github/TypedProject/tsed)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![backers](https://opencollective.com/tsed/tiers/backer/badge.svg?label=backer&color=brightgreen)](https://opencollective.com/tsed/tiers/backer/badge.svg?label=backer&color=brightgreen)

> A Node.js Framework on top of Express. It provides a lot of decorators and guidelines to write your code.
> A Node.js and TypeScript Framework on top of Express. It provides a lot of decorators and guidelines to write your code.
## What it is

Expand Down Expand Up @@ -224,7 +224,7 @@ To test your method, just run your `server.ts` and send a http request on `/rest
## Contributors
Please read [contributing guidelines here](./CONTRIBUTING.md).

<a href="https://github.com/TypedProject/ts-express-decorators/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>
<a href="https://github.com/TypedProject/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>


## Backers
Expand Down

0 comments on commit d653cde

Please sign in to comment.