Skip to content

a tool for easily instantiating Pinax starter projects (django templates)

License

Notifications You must be signed in to change notification settings

pinax/pinax-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinax Command Line Interface

CircleCi Codecov

Table of Contents

About Pinax

Pinax is an open-source platform built on the Django Web Framework. It is an ecosystem of reusable Django apps, themes, and starter project templates. This collection can be found at http://pinaxproject.com.

pinax-cli

Overview

pinax-cli is a command-line interface for installing Pinax starter projects and learning more about the latest Pinax app releases.

Documentation

Installation

To install pinax-cli:

pip install pinax-cli

Usage

Invoke pinax-cli with $ pinax <cmd> using one of the following commands:

pinax apps

Show a list of Pinax apps with their release version in the latest Pinax distribution.

$ pinax apps

pinax demos

Show a list of Pinax demonstration projects with their release version in the latest Pinax distribution.

$ pinax demos

pinax projects

Show a list of Pinax starter projects and their release version in the latest Pinax distribution.

$ pinax projects
Release Project
------- ---------------
  4.0.0 account
  4.0.0 blog
  2.0.0 company
        documents
        social-auth
  4.0.0 static
  4.0.0 stripe
        team-wiki
  3.0.0 waitinglist
        wiki
  4.0.0 zero

pinax tools

Show a list of Pinax tools with their release version in the latest Pinax distribution.

$ pinax tools

Change Log

1.1.0

  • Drop Python 3.3 support
  • Add "apps", "demos", and "tools" commands.
  • Standardize documentation layout
  • Move documentation into README.md
  • Convert CI and coverage to CircleCi and CodeCov
  • Add PyPi-compatible long description
  • Improve .gitignore

Contribute

For an overview on how contributing to Pinax works read this blog post and watch the included video, or read our How to Contribute section. For concrete contribution ideas, please see our Ways to Contribute/What We Need Help With section.

In case of any questions we recommend you join our Pinax Slack team and ping us there instead of creating an issue on GitHub. Creating issues on GitHub is of course also valid but we are usually able to help you faster if you ping us in Slack.

We also highly recommend reading our blog post on Open Source and Self-Care.

Code of Conduct

In order to foster a kind, inclusive, and harassment-free community, the Pinax Project has a code of conduct. We ask you to treat everyone as a smart human programmer that shares an interest in Python, Django, and Pinax with you.

Connect with Pinax

For updates and news regarding the Pinax Project, please follow us on Twitter @pinaxproject and check out our Pinax Project blog.

License

Copyright (c) 2012-2018 James Tauber and contributors under the MIT license.

About

a tool for easily instantiating Pinax starter projects (django templates)

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published