1.0.6 β’ Published 4 years ago
creacmd v1.0.6
- Installation
- Usage
- creacmd
- delcmd
- How to Contribute
- License
- Thanks
npm install creacmd -gfunction helloWorld() ({
console.log("Hello World !");
})();creacmd hello.js hello
π Congratulations ! The hello command is now functional !hello
Hello World !delcmd hello
π The hello command, successfully deleted !hello
command not found: hello