A simple CLI to create a Makefile in the current directory
the typo on "created" has been fixed 😅
at the moment is only allow to set two commands, run
and dev
, dev should be the "watch mode" such as nodemon version of run
which is only run once
npm i -g mkmake
mkmake
follow instructions
make run
make dev
use npx mkmake
running
make
will execute therun
command by default (first in order)