Skip to content

Commit 651aa5c

Browse files
Update README.md
1 parent 9f2dbd4 commit 651aa5c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@
88
99
## RATIONALE
1010

11-
* **No**de **P**roject **M**anager sounded very close to **Nopalm**(also sounding similar to `Napalm`). Hence the name (and the logo)!
12-
* Having trouble in creating and managing multiple node projects during local development?
13-
* With `nopalm` you can create/scaffold a new project from a various defined presets, manage existing node project and its package dependencies efficiently
14-
* This project is heavily inspired from [Vue-UI](https://cli.vuejs.org/dev-guide/ui-api.html) and [NPM-GUI](https://www.npmjs.com/package/npm-gui) and tries to improve on these projects
11+
* Having trouble in creating and managing multiple Node.Js projects during local development? Prefer using user interfaces over CLIs for larger projects?
12+
* `Nopalm 🔥` is a one stop graphical solution to create and manage your local Node.Js projects end to end.
13+
* With nopalm you can create/scaffold any kind of new project using various pre-defined choices, manage existing node project and its package dependencies efficiently.
14+
* *Why the name?* **No**de **P**roject **M**anager sounded very close to **Nopalm** (also sounding similar to `Napalm`). Hence the name (and the branding)!
15+
* This project is heavily inspired from [Vue-UI](https://cli.vuejs.org/dev-guide/ui-api.html) and [NPM-GUI](https://www.npmjs.com/package/npm-gui) and "tries" to improve on these projects.
16+
* **Desired Future** : Premium features including gen-AI intelligence helping with the development, on cloud.
1517

1618
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app)
1719

@@ -22,11 +24,11 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
2224
npm i -g nopalm
2325
cd /path/to/target_dir && nopalm
2426
```
25-
* Use npx to save the trouble of installing as well. In an empty or node project directory, run
27+
* Alternatively, use npx to save the trouble of installing as well. In an empty or node project directory, run
2628
```shell
2729
npx nopalm
2830
```
29-
* Visit [http://localhost:8001](http://localhost:8001) to start managing your node project
31+
* Visit [http://localhost:8001](http://localhost:8001) to start managing your node project like a pro
3032

3133
## To run / develop locally
3234

0 commit comments

Comments
 (0)