Git Product home page Git Product logo

base-auto-template's Introduction

Base project template

This is a base version of the github/cookiecutter template.

All it does it create an empty folder with readme, changelog, licence, and an empty version of testing and publishing workflows.

This is based on the general approach of simonw/python-lib, but with a different default structure.

Creating a new template

A new repository based on this template can be created in Github or through cookiecutter.

Templating in GitHub

The templating process can be run entirely in GitHub to create a new repository.

Start here: https://github.com/ajparsons/base-auto-template/generate

Add a one-line description of your repository, then click "Create repository from template".

Templating with cookiecutter

This repo can also be used to set up a template offline using cookiecutter. To start the processs:

python -m cookiecutter https://github.com/ajparsons/base-auto-template/

Development and forking

If you want to modify or extend this approach - the self-bootstrapping behaviour will only happen when a repo does not end in '-auto-template'. If you clone this repo, into a different user or org space, it will not self-bootstrap because the name is the same.

If you wanted to extend this into a basic django template - you might fork or clone the repo and call it 'django-auto-template'. This will not self-bootstrap, but new projects created from that template would.

Meta tests

This project defines several meta tests in tests/ that will:

  • Attempt to provision a template with basic variables.

This requires the packages listed in requirements.dev.txt to be installed.

base-auto-template's People

Contributors

ajparsons avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.