Skip to content

Commit 32386a8

Browse files
authored
Merge pull request #116 from code-collabo/publish-settings
v1.0.0 release npm publish settings
2 parents 8ac5972 + 96f41a6 commit 32386a8

6 files changed

Lines changed: 19 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ not in the template collection. In the case of folder
7070
name, default foldername is used if no folder name is
7171
specified or when folder name already exists.
7272

73+
## Documentation
74+
* See the links for the official [node-mongo documentation](https://code-collabo.gitbook.io/node-mongo/) and [Code Collabo documentation](https://code-collabo.gitbook.io/doc/).
75+
7376
## Want to contribute?
7477
Love the project and wish to contribute? See contribution guide in the [node-mongo gitbook documentation](https://code-collabo.gitbook.io/node-mongo/) for how to start contributing. You can also reach out to [@Ifycode](https://github.com/Ifycode) in case you need any assistance.
7578

package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "@code-collabo/node-mongo-cli",
33
"version": "1.0.0",
4-
"description": "node-mongo-cli package to bootstrap mongodb projects by Code Collabo community.",
4+
"description": "node-mongo-cli Command Line Interface made with nodejs to bootstrap any of 3 boilerplate templates for your nodejs and/or mongoDB development.",
55
"main": "src/cli.js",
66
"bin": {
77
"@code-collabo/node-mongo-cli": "bin/create-node-mongo-project",
88
"node-mongo": "bin/create-node-mongo-project"
99
},
1010
"publicConfig": {
11+
"registry": "https://npm.pkg.github.com",
1112
"access": "public"
1213
},
1314
"scripts": {
@@ -26,14 +27,21 @@
2627
},
2728
"keywords": [
2829
"cli",
29-
"node-mongo-cli",
30+
"boilerplate",
31+
"template",
32+
"create",
3033
"node",
3134
"nodejs",
32-
"mongo",
35+
"node-mongo",
36+
"node-mongo-cli",
37+
"mongod",
3338
"mongodb",
39+
"atlas",
40+
"esm",
41+
"cjs",
3442
"javascript"
3543
],
36-
"author": "Code Collabo",
44+
"author": "Obiagba Mary | Code Collabo Community",
3745
"license": "ISC",
3846
"bugs": {
3947
"url": "https://github.com/code-collabo/node-mongo-cli/issues"

templates/cjs/LICENCE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ISC License (ISC)
22

3-
Copyright 2021 Obiagba Mary
3+
Copyright 2021 Obiagba Mary | Code Collabo Community
44

55
Permission to use, copy, modify, and/or distribute
66
this software for any purpose with or without fee

templates/cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "esw src --color",
1111
"lint:watch": "npm run lint -- --watch"
1212
},
13-
"author": "Obiagba Mary",
13+
"author": "Obiagba Mary | Code Collabo Community",
1414
"license": "ISC",
1515
"dependencies": {
1616
"cors": "^2.8.5",

templates/esm/LICENCE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ISC License (ISC)
22

3-
Copyright 2021 Obiagba Mary
3+
Copyright 2021 Obiagba Mary | Code Collabo Community
44

55
Permission to use, copy, modify, and/or distribute
66
this software for any purpose with or without fee

templates/esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "esw src --color",
1111
"lint:watch": "npm run lint -- --watch"
1212
},
13-
"author": "Obiagba Mary",
13+
"author": "Obiagba Mary | Code Collabo Community",
1414
"license": "ISC",
1515
"dependencies": {
1616
"cors": "^2.8.5",

0 commit comments

Comments
 (0)