Skip to content
/ mkmake Public

for the lazy me that forget the Makefile syntax

Notifications You must be signed in to change notification settings

kandros/mkmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkmake

A simple CLI to create a Makefile in the current directory

how it works

demo

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 make will execute the run command by default (first in order)

About

for the lazy me that forget the Makefile syntax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published