Skip to main content

Simple generator for Go multi-page site

Project description

map-gen

PyPI version GitHub license

Generates directories and files for multi-page site with backend on Go (gin).

Generates:

  • layouts
  • views (page templates)
  • controller stub with in/out params parsing
  • utils for bootstrap

Requirements:

  • Jinja2
  • Python3.4+ (actually could run even on lower version but I didn't test)

Installation

pip install mpa-gen

Usage

usage: mpa-gen [-h] [--dir DIR] [--method METHOD] section name

multi-page site generator

positional arguments:
  section          Section name (ex: user/messages)
  name             Resource name (ex: dialog)

optional arguments:
  -h, --help       show this help message and exit
  --dir DIR        Root directory
  --method METHOD  HTTP method: GET or POST

  • default method: GET
  • default directory: current working dir

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mpa-gen-0.2.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

mpa_gen-0.2-py3-none-any.whl (11.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page