https://github.com/aclark4life/project-makefile
Project Makefile
https://github.com/aclark4life/project-makefile
aws django make makefile python wagtail wagtail-cms
Last synced: about 2 months 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 (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T00:53:04.000Z (6 months ago)
- Last Synced: 2024-10-25T08:34:31.022Z (6 months 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
[](https://github.com/aclark4life/project-makefile/actions)
> "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


### Home Page
### Login Page
### Logged In
### Dropdown Menu
