Skip to content

zplusfour/manage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manage, like GNU Make, but with JSON.

File Type
Managefile JSON

The Managefile should be like:

{
  "targetname": {
    "cmd": "my command"
  }
}

for example:

{
  "build": {
    "cmd": "npm build" // Or any other command
  },
  "run": {
    "cmd": "yarn start" // Or any other command
  }
}

NOTE: This project was made to help Windows users to use GNU Make on Windows machines, it is not like GNU Make because of copyright

Manage is also available for Windows, Linux, and macOS (darwin)