You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,12 @@
8
8
9
9
## RATIONALE
10
10
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.
15
17
16
18
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app)
17
19
@@ -22,11 +24,11 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
22
24
npm i -g nopalm
23
25
cd /path/to/target_dir && nopalm
24
26
```
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
26
28
```shell
27
29
npx nopalm
28
30
```
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
0 commit comments