We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7b922 commit 57c447cCopy full SHA for 57c447c
README.md
@@ -6,9 +6,7 @@ clone this repo and start your project
6
## Installation
7
8
```bash
9
-git clone https://github.com/gulalicelik/nodejs-express-sequelize-mysql-api-boilerplate.git
10
-npm install
11
-npm run prepare
+npx @gulali/nodejs-express-sequelize-mysql-api-boilerplate my-project-api
12
```
13
14
## Usage
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gulali/nodejs-express-sequelize-mysql-api-boilerplate",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "",
5
"main": "index.js",
"publishConfig": {
0 commit comments