Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
hardope committed Oct 18, 2024
1 parent eed231e commit 77591eb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <project-name>

# Setup project in-folder (do not create new folder)
turbo-xpress init <project-name> .
```
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 77591eb

Please sign in to comment.