Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ not in the template collection. In the case of folder
name, default foldername is used if no folder name is
specified or when folder name already exists.

## Documentation
* 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/).

## Want to contribute?
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.

Expand Down
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@code-collabo/node-mongo-cli",
"version": "1.0.0",
"description": "node-mongo-cli package to bootstrap mongodb projects by Code Collabo community.",
"description": "node-mongo-cli Command Line Interface made with nodejs to bootstrap any of 3 boilerplate templates for your nodejs and/or mongoDB development.",
"main": "src/cli.js",
"bin": {
"@code-collabo/node-mongo-cli": "bin/create-node-mongo-project",
"node-mongo": "bin/create-node-mongo-project"
},
"publicConfig": {
"registry": "https://npm.pkg.github.com",
"access": "public"
},
"scripts": {
Expand All @@ -26,14 +27,21 @@
},
"keywords": [
"cli",
"node-mongo-cli",
"boilerplate",
"template",
"create",
"node",
"nodejs",
"mongo",
"node-mongo",
"node-mongo-cli",
"mongod",
"mongodb",
"atlas",
"esm",
"cjs",
"javascript"
],
"author": "Code Collabo",
"author": "Obiagba Mary | Code Collabo Community",
"license": "ISC",
"bugs": {
"url": "https://github.com/code-collabo/node-mongo-cli/issues"
Expand Down
2 changes: 1 addition & 1 deletion templates/cjs/LICENCE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ISC License (ISC)

Copyright 2021 Obiagba Mary
Copyright 2021 Obiagba Mary | Code Collabo Community

Permission to use, copy, modify, and/or distribute
this software for any purpose with or without fee
Expand Down
2 changes: 1 addition & 1 deletion templates/cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "esw src --color",
"lint:watch": "npm run lint -- --watch"
},
"author": "Obiagba Mary",
"author": "Obiagba Mary | Code Collabo Community",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion templates/esm/LICENCE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ISC License (ISC)

Copyright 2021 Obiagba Mary
Copyright 2021 Obiagba Mary | Code Collabo Community

Permission to use, copy, modify, and/or distribute
this software for any purpose with or without fee
Expand Down
2 changes: 1 addition & 1 deletion templates/esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "esw src --color",
"lint:watch": "npm run lint -- --watch"
},
"author": "Obiagba Mary",
"author": "Obiagba Mary | Code Collabo Community",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
Expand Down