Skip to content

Commit f22d7f9

Browse files
authored
chore: update corunet references (#44)
1 parent 8ad64bd commit f22d7f9

4 files changed

Lines changed: 17 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# README
22

3-
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://github.com/corunet/openapi-nodejs-cli/blob/main/LICENSE)
4-
[![npm version](https://badge.fury.io/js/@corunet%2Fopenapi-nodejs-cli.svg)](https://www.npmjs.com/package/@corunet%2Fopenapi-nodejs-cli)
5-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/13bcbcc9cd144302be8c94999566774f)](https://www.codacy.com/gh/corunet/openapi-nodejs-cli/dashboard?utm_source=github.com&utm_medium=referral&utm_content=corunet/openapi-nodejs-cli&utm_campaign=Badge_Grade)
3+
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://github.com/sngular/openapi-nodejs-cli/blob/main/LICENSE)
4+
[![npm version](https://badge.fury.io/js/@sngular%2Fopenapi-nodejs-cli.svg)](https://www.npmjs.com/package/@sngular%2Fopenapi-nodejs-cli)
5+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/13bcbcc9cd144302be8c94999566774f)](https://www.codacy.com/gh/sngular/openapi-nodejs-cli/dashboard?utm_source=github.com&utm_medium=referral&utm_content=sngular/openapi-nodejs-cli&utm_campaign=Badge_Grade)
66

77
<p align="center">
88
<a href="#-summary">Summary</a> ·
@@ -23,6 +23,12 @@
2323

2424
This generator requires the Node version >=17.7.1 to run properly
2525

26+
### How to install
27+
28+
```bash
29+
npm i @sngular/openapi-nodejs-cli --global
30+
```
31+
2632
### 🧑🏻‍💻 Usage
2733

2834
```bash
@@ -53,9 +59,9 @@ Options:
5359

5460
We’ll be glad to talk and discuss how `openapi-nodejs-cli` can help you 😊
5561

56-
Reach us through [GitHub issues](https://github.com/corunet/openapi-nodejs-cli/issues), [email](mailto:info@corunet.com) or [Twitter](https://twitter.com/corunet).
62+
Reach us through [GitHub issues](https://github.com/sngular/openapi-nodejs-cli/issues), [email](mailto:info@sngular.com) or [Twitter](https://twitter.com/sngular).
5763

5864
## License
5965

6066
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at [https://mozilla.org/MPL/2.0/](https://mozilla.org/MPL/2.0/).
61-
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://github.com/corunet/openapi-nodejs-cli/blob/main/LICENSE)
67+
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://github.com/sngular/openapi-nodejs-cli/blob/main/LICENSE)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@corunet/openapi-nodejs-cli",
2+
"name": "@sngular/openapi-nodejs-cli",
33
"version": "0.3.0",
44
"description": "Generates nodejs, typescript client and Angular client methods from an OpenApi document",
55
"keywords": [
@@ -26,7 +26,7 @@
2626
},
2727
"repository": {
2828
"type": "git",
29-
"url": "https://github.com/corunet/openapi-nodejs-cli.git"
29+
"url": "https://github.com/sngular/openapi-nodejs-cli.git"
3030
},
3131
"devDependencies": {
3232
"@types/jest": "^27.5.0",

src/package.production.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@corunet/openapi-nodejs-cli",
2+
"name": "@sngular/openapi-nodejs-cli",
33
"version": "0.3.0",
44
"description": "Generates nodejs, typescript client and Angular client methods from an OpenApi document",
55
"keywords": [
@@ -17,7 +17,7 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/corunet/openapi-nodejs-cli.git"
20+
"url": "https://github.com/sngular/openapi-nodejs-cli.git"
2121
},
2222
"dependencies": {
2323
"axios": "^0.26.1",

0 commit comments

Comments
 (0)