Giter Site home page Giter Site logo

copier-pytup-2022's Introduction

copier-pytup-2022

Minimal Copier template for Pytup 2022.

Getting Started

Install Copier and generate a new project:

>>> pipx install copier
>>> copier gh:afonasev/copier-pytup-2022 project

Copier prompts you for information about new project. There you go - you just created a minimal project:

project/
├── project
│   ├── __init__.py
├── tests
│   ├── conftest.py
│   └── test_project.py
├── .gitignore
├── copier.yml
├── LICENSE
├── Makefile
└── README.md

Features

  • Just very simple example of Copier template

Actions

Show help

>>> make help
Usage: make <target>

Targets:
clean            Remove temporary test files
create_test_case Create test cases projects
release          Release new template version (version argument is needed)
test             Test template with test cases

Create test cases projects

>>> make create_test_case

Run tests

>>> make test

Release new template version (version argument is needed)

>>> make release version="1.1"

Resources

Please consult the Copier docs for more information.

Issues

If you encounter any problems, please file an issue along with a detailed description.

License

Distributed under the terms of the MIT license, copier-pytup-2022 is free and open source software.

copier-pytup-2022's People

Contributors

afonasev avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  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.