Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)