Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aclark4life/project-makefile
Project Makefile
https://github.com/aclark4life/project-makefile
aws django make makefile python wagtail wagtail-cms
Last synced: 15 days ago
JSON representation
Project Makefile
- Host: GitHub
- URL: https://github.com/aclark4life/project-makefile
- Owner: aclark4life
- License: mit
- Created: 2016-01-12T16:16:53.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T00:53:04.000Z (18 days ago)
- Last Synced: 2024-10-25T08:34:31.022Z (17 days ago)
- Topics: aws, django, make, makefile, python, wagtail, wagtail-cms
- Language: Makefile
- Homepage: https://slides.com/aclark/project-makefile
- Size: 66.2 MB
- Stars: 47
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
# Project Makefile
[![Project Makefile](https://github.com/aclark4life/project-makefile/actions/workflows/project-makefile.yml/badge.svg)](https://github.com/aclark4life/project-makefile/actions/workflows/project-makefile.yml)
> "I like to type make `` to perform tasks. π€·" βAlex
## Installation
```bash
curl -O https://raw.githubusercontent.com/aclark4life/project-makefile/main/Makefile
```## Usage
```bash
$ make help
Project Makefile"I like to type make to perform tasks. π€·" βAlex
Usage: make [target2 ...]
Examples:
make help Print this message
make list-targets List all targets
make django-init Install Django
make django-init-minimal Install Django with minimal dependencies
make django-init-wagtail Install Wagtail
```## Customization
```bash
$ make project.mk
$ cat project.mk
# Custom Makefile
# Add your custom makefile commands here
#
# PROJECT_NAME := my-new-project
```## Screenshots
### Initial Setup
![Screenshot](screenshots/screenshot07.png)
![Screenshot](screenshots/screenshot05.png)
![Screenshot](screenshots/screenshot06.png)### Home Page
![Screenshot](screenshots/screenshot01.png)### Login Page
![Screenshot](screenshots/screenshot02.png)### Logged In
![Screenshot](screenshots/screenshot03.png)### Dropdown Menu
![Screenshot](screenshots/screenshot04.png)