This script allow you to automate dependencies configurations on your node based project such as
ReactJS
, NextJS
or NodeJS
.
- First, you will need to have python installed on your operating system.
- Th3n clone and run, such as bellow:
git clone https://github.com/mr0xff/ndai.git
cd ndai/
chmod +x node_installer.py
./node_installer.py your_package.json
For windows
# ....
python node_installer.py your_package.json
Note: You will need to run the script in the target project directory
Thanks!! :)