-
Notifications
You must be signed in to change notification settings - Fork 0
CLI ‐ Git | Node
FullstackCodingGuy edited this page Feb 10, 2025
·
1 revision
git clone https://github.com/albinotonnina/albinotonnina.com <your-appname>
cd npm install
node server.js
npm set init.author.name "Your name"
npm set init.author.email "your@email.com"
npm set init.author.url "https://your-url.com"
npm set init.license "MIT"
npm set init.version "1.0.0"