1.0.2 β’ Published 4 years ago
labo-cli v1.0.2
- Installation
- Usage
- Labo-convert
- Labo-del
- How to Contribute
- License
- Thanks
npm install labo-cli -g
npm init -y
function helloWorld() ({
console.log("Hello World !");
})();
labo-convert hello.js hello
π Congratulations ! The hello command is now functional !
hello
Hello World !
labo-del hello
π The hello command, successfully deleted !