Skip to content

Commit

Permalink
updare package json and readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed Aug 26, 2021
1 parent cc29b52 commit 51f0b71
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 65 deletions.
9 changes: 9 additions & 0 deletions .run/install.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="install" type="js.build_tools.npm" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="install" />
<node-interpreter value="project" />
<envs />
<method v="2" />
</configuration>
</component>
4 changes: 2 additions & 2 deletions NPM-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
</p>

<h1 align="center">
Open Template Hub - Common Library
Open Template Hub - Common Library v2
</h1>

[![GitHubRepo](https://img.shields.io/badge/GitHub-Repository-24292e.svg?style=for-the-badge&logo=github)](https://github.com/open-template-hub/common)
[![SonarCloud](https://img.shields.io/sonar/quality_gate/open-template-hub_common?server=https%3A%2F%2Fsonarcloud.io&label=Sonar%20Cloud&style=for-the-badge&logo=sonarcloud)](https://sonarcloud.io/dashboard?id=open-template-hub_common)
[![BTC](https://img.shields.io/badge/Donate-BTC-ORANGE?color=F5922F&style=for-the-badge&logo=bitcoin)](https://commerce.coinbase.com/checkout/8313af5f-de48-498d-b2cb-d98819ca7d5e)

This library contains common functionality for [Open Template Hub](https://github.com/open-template-hub) servers.
This library contains common functionalities for Server Templates on [Open Template Hub](https://github.com/open-template-hub)

## About the NPM Package

Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,20 @@
</p>

<h1 align="center">
Open Template Hub - Common Library
Open Template Hub - Common Library v2
</h1>

[![Version](https://img.shields.io/npm/v/@open-template-hub/common?color=CB3837&style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@open-template-hub/common)
[![Downloads](https://img.shields.io/npm/dt/@open-template-hub/common?color=CB3837&logo=npm&style=for-the-badge)](https://www.npmjs.com/package/@open-template-hub/common)
[![License](https://img.shields.io/github/license/open-template-hub/common?color=43b043&style=for-the-badge)](LICENSE)
[![Issues](https://img.shields.io/github/issues/open-template-hub/common?color=43b043&style=for-the-badge)](https://github.com/open-template-hub/common/issues)
[![PRCLosed](https://img.shields.io/github/issues-pr-closed-raw/open-template-hub/common?color=43b043&style=for-the-badge)](https://github.com/open-template-hub/common/pulls?q=is%3Apr+is%3Aclosed)
[![LastCommit](https://img.shields.io/github/last-commit/open-template-hub/common?color=43b043&style=for-the-badge)](https://github.com/open-template-hub/common/commits/master)
[![Release](https://img.shields.io/github/release/open-template-hub/common?include_prereleases&color=43b043&style=for-the-badge)](https://github.com/open-template-hub/common/releases)
[![SonarCloud](https://img.shields.io/sonar/quality_gate/open-template-hub_common?server=https%3A%2F%2Fsonarcloud.io&label=Sonar%20Cloud&style=for-the-badge&logo=sonarcloud)](https://sonarcloud.io/dashboard?id=open-template-hub_common)
[![BTC](https://img.shields.io/badge/Donate-BTC-ORANGE?color=F5922F&style=for-the-badge&logo=bitcoin)](https://commerce.coinbase.com/checkout/8313af5f-de48-498d-b2cb-d98819ca7d5e)

This library contains common functionality for [Open Template Hub](https://github.com/open-template-hub) servers.
This library contains common functionalities for Server Templates on [Open Template Hub](https://github.com/open-template-hub)

## About the NPM Package

Expand Down
14 changes: 0 additions & 14 deletions app.json

This file was deleted.

79 changes: 32 additions & 47 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,13 @@
{
"name": "@open-template-hub/common",
"version": "1.0.28",
"description": "Open Template Hub Servers Common Library",
"description": "This library contains common functionalities for Server Templates on Open Template Hub",
"version": "2.0.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"keywords": [
"Express generator",
"server",
"rest",
"node",
"nodejs",
"typescript",
"mongo",
"mongodb",
"mongoose",
"postgre",
"postgresql",
"cli",
"auth",
"authentication",
"payment",
"basic",
"basic info",
"backend",
"template",
"server template",
"auth server example",
"auth server template",
"payment server example",
"payment server template",
"basic info server example",
"basic info server template",
"Open Template Hub",
"Open Template Hub Library",
"Util",
"Utility",
"Token"
],
"git repository": "https://github.com/open-template-hub/open-template-hub-common",
"repository": {
"type": "git",
"url": "https://github.com/open-template-hub/common.git"
"scripts": {
"start": "ts-node index.ts",
"build": "tsc"
},
"dependencies": {
"@types/crypto-js": "^4.0.1",
Expand All @@ -66,12 +32,31 @@
"@types/object-path": "^0.11.0",
"@types/pg": "^7.14.7"
},
"scripts": {
"start": "ts-node index.ts",
"build": "tsc"
"git repository": "https://github.com/open-template-hub/open-template-hub-common",
"repository": {
"type": "git",
"url": "https://github.com/open-template-hub/common.git"
},
"engines": {
"node": "12.13.1",
"npm": "6.12.1"
}
"keywords": [
"common",
"server",
"rest",
"node",
"nodejs",
"typescript",
"mongo",
"mongodb",
"mongoose",
"postgre",
"postgresql",
"cli",
"backend",
"template",
"open template hub",
"open template hub library",
"util",
"utility",
"utilities",
"token"
]
}

0 comments on commit 51f0b71

Please sign in to comment.