diff --git a/README.md b/README.md index 604b2c2..e39adfd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # turboXpress ```bash -npm -g install turboxpress +npm -g install turbo-xpress -# usage -turbo init +# usage - command will create a folder with your project name install Express and nodemon +# and write a simple expressJs app +turbo-xpress init + +# Setup project in-folder (do not create new folder) +turbo-xpress init . ``` \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 20e7c84..745135c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "turboxpress", + "name": "turbo-xpress", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "turboxpress", + "name": "turbo-xpress", "version": "1.0.0", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ddfd503..b89c448 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "turboxpress", + "name": "turbo-xpress", "version": "1.0.0", "description": "A package to initialize a basic Express.js project with turbo speed", "main": "dist/index.js",