1.0.0 • Published 3 years ago

@nex_otaku/maker v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Maker

Run commands from any Makefile selecting them from menu.

maker PNG

Install

To use this tool, you need NodeJS.

sudo npm install -g @nex_otaku/maker

Run!

cd projects/my-cool-project
maker

How it works

  • Reads Makefile in current directory
  • Lists commands from Makefile in a nice menu

What's the profit?

Maker does only one task - fast and convenient way to access all your precious Makefile commands.

It doesn't require anything to run, all what needed is already in a Makefile.

Before Maker, I had to remember all those "make bla bla" commands for every project I have. :tired_face:

I don't have to remember them anymore! :stuck_out_tongue_winking_eye:

Now I just type maker and command list is there.

No need look inside Makefile. Select and run, in seconds! :sparkles:

Features

  • Comment before a command is displayed as command name

Example Makefile

# Build app
build:
    ./bin/build.sh

# Run tests
test:
    ./vendor/bin/phpunit

# Deploy to production
deploy:
    ./bin/deploy.sh

To Be Done

  • Mark command as "Favorite"
  • Hide command from list

License

License