File tree Expand file tree Collapse file tree 6 files changed +52
-19
lines changed
Expand file tree Collapse file tree 6 files changed +52
-19
lines changed Original file line number Diff line number Diff line change 11<component name =" ProjectRunConfigurationManager" >
22 <configuration default =" false" name =" outdated" type =" js.build_tools.npm" nameIsGenerated =" true" >
33 <package-json value =" $PROJECT_DIR$/package.json" />
4- <command value =" outdated" />
4+ <command value =" run" />
5+ <scripts >
6+ <script value =" outdated" />
7+ </scripts >
58 <node-interpreter value =" project" />
69 <package-manager value =" npm" />
710 <envs />
Original file line number Diff line number Diff line change @@ -10,9 +10,8 @@ Open Template Hub - Server Generator v3
1010
1111[ ![ GitHubRepo] ( https://img.shields.io/badge/GitHub-Repository-24292e.svg?style=for-the-badge&logo=github )] ( https://github.com/open-template-hub/server-generator )
1212[ ![ SonarCloud] ( https://img.shields.io/sonar/quality_gate/open-template-hub_server-generator?server=https%3A%2F%2Fsonarcloud.io&label=Sonar%20Cloud&style=for-the-badge&logo=sonarcloud )] ( https://sonarcloud.io/dashboard?id=open-template-hub_server-generator )
13- [ ![ 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 )
1413
15- Command line interface generator of the servers at [ Open Template Hub] ( https://github.com/open-template-hub )
14+ Command- line interface generator of the servers at [ Open Template Hub] ( https://github.com/open-template-hub )
1615
1716Available server types are:
1817
Original file line number Diff line number Diff line change @@ -16,9 +16,8 @@ Open Template Hub - Server Generator v3
1616[ ![ LastCommit] ( https://img.shields.io/github/last-commit/open-template-hub/server-generator?color=43b043&style=for-the-badge )] ( https://github.com/open-template-hub/server-generator/commits/master )
1717[ ![ Release] ( https://img.shields.io/github/release/open-template-hub/server-generator?include_prereleases&color=43b043&style=for-the-badge )] ( https://github.com/open-template-hub/server-generator/releases )
1818[ ![ SonarCloud] ( https://img.shields.io/sonar/quality_gate/open-template-hub_server-generator?server=https%3A%2F%2Fsonarcloud.io&label=Sonar%20Cloud&style=for-the-badge&logo=sonarcloud )] ( https://sonarcloud.io/dashboard?id=open-template-hub_server-generator )
19- [ ![ 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 )
2019
21- Command line interface generator of the servers at [ Open Template Hub] ( https://github.com/open-template-hub )
20+ Command- line interface generator of the servers at [ Open Template Hub] ( https://github.com/open-template-hub )
2221
2322Available server types are:
2423
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @open-template-hub/server-generator" ,
3+ "description" : " Command-line interface generator of the servers at Open Template Hub" ,
4+ "website" : " https://opentemplatehub.com/product/generator/server-generator" ,
5+ "repository" : " https://github.com/open-template-hub/server-generator" ,
6+ "logo" : " https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/generator/server-generator-logo.png" ,
7+ "keywords" : [
8+ " server" ,
9+ " rest" ,
10+ " node" ,
11+ " nodejs" ,
12+ " typescript" ,
13+ " mongo" ,
14+ " mongodb" ,
15+ " mongoose" ,
16+ " postgre" ,
17+ " postgresql" ,
18+ " cli" ,
19+ " auth" ,
20+ " authentication" ,
21+ " payment" ,
22+ " busines" ,
23+ " logic" ,
24+ " business logic" ,
25+ " backend" ,
26+ " template" ,
27+ " server template" ,
28+ " auth server example" ,
29+ " auth server template" ,
30+ " payment server example" ,
31+ " payment server template" ,
32+ " business logic server example" ,
33+ " business logic server template" ,
34+ " mail server example" ,
35+ " mail server template" ,
36+ " open template hub"
37+ ]
38+ }
Original file line number Diff line number Diff line change @@ -13,12 +13,6 @@ Open Template Hub - Server Generator v3
1313
1414Following packages are not updated in the develop branch yet. So, if you want to update outdated packages on your own risk, update the package.json and install dependencies.
1515
16- | Package | Current | Wanted | Latest | Location |
17- | --- | --- | --- | --- | --- |
18- | @types/inquirer | 0.0.43 | 0.0.43 | 8.1.3 | @open-template-hub/server-generator |
19- | @types/yargs | 11.1.8 | 11.1.8 | 17.0.7 | @open-template-hub/server-generator |
20- | chalk | 4.1.2 | 4.1.2 | 5.0.0 | @open-template-hub/server-generator |
21- | ts-node | 7.0.1 | 7.0.1 | 10.4.0 | @open-template-hub/server-generator |
2216
2317<table align =" right " ><tr ><td ><a href =" https://opentemplatehub.com " ><img src =" https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/brand-logo.png " width =" 50px " alt =" oth " /></a ></td ><td ><b >Open Template Hub © 2021</b ></td ></tr ></table >
2418
Original file line number Diff line number Diff line change 11{
22 "name" : " @open-template-hub/server-generator" ,
3- "description" : " CLI server generator of Server Templates on Open Template Hub" ,
3+ "description" : " Command-line interface generator of the servers at Open Template Hub" ,
44 "version" : " 3.0.1" ,
55 "license" : " MIT" ,
66 "preferGlobal" : true ,
1414 "open-template-hub-server-generator" : " dist/index.js"
1515 },
1616 "dependencies" : {
17- "@types/ncp" : " ^2.0.4 " ,
18- "@types/rimraf" : " ^3.0.0 " ,
17+ "@types/ncp" : " ^2.0.5 " ,
18+ "@types/rimraf" : " ^3.0.2 " ,
1919 "chalk" : " ^5.0.0" ,
20- "inquirer" : " ^8.1.5 " ,
20+ "inquirer" : " ^8.2.0 " ,
2121 "ncp" : " ^2.0.0" ,
2222 "rimraf" : " ^3.0.2" ,
2323 "shelljs" : " ^0.8.2" ,
24- "yargs" : " ^17.2.1 "
24+ "yargs" : " ^17.3.0 "
2525 },
2626 "devDependencies" : {
2727 "@types/inquirer" : " ^8.1.3" ,
28- "@types/node" : " ^16.10.1 " ,
29- "@types/shelljs" : " ^0.8.0 " ,
28+ "@types/node" : " ^16.11.11 " ,
29+ "@types/shelljs" : " ^0.8.9 " ,
3030 "@types/yargs" : " ^17.0.4" ,
3131 "ts-node" : " ^10.3.0" ,
32- "typescript" : " ^4.4.3 "
32+ "typescript" : " ^4.5.2 "
3333 },
3434 "git repository" : " https://github.com/open-template-hub/open-template-hub-server-generator" ,
3535 "repository" : {
You can’t perform that action at this time.
0 commit comments