An open API service indexing awesome lists of open source software.

https://github.com/dubniczky/makefiles

Collection of custom Makefiles for specific environments
https://github.com/dubniczky/makefiles

automation bash development environment makefile

Last synced: about 1 year ago
JSON representation

Collection of custom Makefiles for specific environments

Awesome Lists containing this project

README

          

# Makefiles

Collection of custom Makefiles for development environments.

## Support ❤️

If you find the project useful, please consider supporting, or contributing.

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/dubniczky)

## Disclaimer

These Makefiles were created for specific development purposes, then updated to be more generally applicable to a wider variety of projects. They cannot be considered complete, so feel free to update and change them to the full extent described in [license](./LICENSE).

## Instructions

1. Select the Makefile for your project type.
2. Read the corresponding readme and update options.
3. Edit the commands if necessary.

## List

|Makefile|Tags|
|---|---|
|[go](./go/)|`go`, `mod`, `main`|
|[laravel](./laravel/)|`laravel`, `php`, `composer`, `npm`, `mix`|
|[node](./node/)|`nodejs`, `javascript`, `npm`, `yarn`|
|[python](./python/)|`python`, `venv`|