node custom command line tool cli
Objective: to create a cli tool called sun
Create project folder
mkdir vue-auto-router-cli
Initialize package json
npm init -y
Installation dependency
npm i commander download-git-repo ora handlebars figlet clear chalk open watch -s
npm package nameeffectcommanderFor custom commandsdownload-git-repoFor downloading github projectsora ...
Posted by camoconnell.com on Sat, 15 Jan 2022 05:51:20 +0100
Hand-on instructions for writing CLIS using nodejs (command line)
Why insist on writing? Writing is the process of seeking answers.
In front-end development, we often use cli tools such as webpack-cli, Vue-cli, create-react-app. In actual business development, we also have a lot of CLI requirements to help us achieve the rapid creation of new projects or modules. Let's get started!
Let's demonst ...
Posted by anindya23 on Sat, 01 Jan 2022 13:50:47 +0100