mkmake
v1.0.4
Published
A simple CLI to create a Makefile in the current directory
Readme
mkmake
A simple CLI to create a Makefile in the current directory
how it works

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
how to install
npm i -g mkmake
hot to run
mkmake
follow instructions
make run
make dev
running without global install
use npx mkmake
running
makewill execute theruncommand by default (first in order)
