1command
Project based aliases for streamline your build and development flow.
Problem
Right now when you are about run/build a new project you have to do the following
- Look for what command starts the dev env
- Look for what command build the project
- and so for install dependancies, clean project and many other tasks
Solution
-
Add this code to your favourite shell init script
-
install 1command using
npm install 1command
-
and then run following commands for each described task
command Purpose Supports install install dependancies npm, yarn, pnpn, lerna build build your project webpack, vite and frameworks clean cleans your build directory webpack, vite and frameworks start start your development environment webpack, vite and frameworks