Giter Site home page Giter Site logo

makeit's Introduction

makeit

makeit is a command-line tool designed to enhance your productivity by enabling easy viewing and execution of Makefile targets. Whether you're working on a small project or managing complex builds, makeit simplifies your workflow by bringing the power of Makefiles directly to your terminal.

makeit
verbose mode

Features

Ease of Use: Instantly view and run Makefile targets from the command line without memorizing complex commands.

Flexibility: Works with any Makefile in your current directory or specify a custom Makefile to use.

Enhanced Feedback: Opt for verbose output to see exactly what commands are being executed, helping you understand your build process better.

Installation

To install makeit, ensure you have Go installed on your system, then run the following command:

go install github.com/nycruz/makeit@latest

This command installs the latest version of makeit, making it available in your system's PATH.

Getting Started

Viewing and Running Makefile Targets

  • Default Usage: Simply run makeit in the terminal to view and execute targets from the Makefile in your current directory.
makeit
makeit
default mode
  • Using a Custom Makefile: To use a different Makefile, use the -f option followed by the path to your custom Makefile.
makeit -f Makefile.dev
  • Verbose Output: For a detailed view of the commands being executed, use the -v option to enable verbose output.
makeit -v
makeit
verbose mode

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.