From 3b1365ed2034b7e7145c9b0c320ff3fbdd4d7a3a Mon Sep 17 00:00:00 2001 From: Arsisakarn Srilatanart Date: Tue, 21 Mar 2017 18:16:46 +0700 Subject: [PATCH] update README.md add how to add this library to package.json (npm) --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 174da5f..914fc7f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ +### Example project's package.json that add sourcecode/loopback-connector-mysql library +``` +{ + "name": "testnpm", + "version": "1.0.0", + "description": "", + "main": "index.js", + "dependencies": { + "loopback-connector-mysql": "git+ssh://git@git.sourcecode.co.th:1223/sourcecode/loopback-connector-mysql.git" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC" +} +``` + + # loopback-connector-mysql [MySQL](https://www.mysql.com/) is a popular open-source relational database management system (RDBMS). The `loopback-connector-mysql` module provides the MySQL connector module for the LoopBack framework. -- libgit2 0.21.2