Giter Site home page Giter Site logo

click-app-template-repository-demo-prev's Introduction

click-app-template-repository-demo

PyPI Changelog Tests License

Demo of simonw/click-app-template-repository

Installation

Install this tool using pip:

$ pip install click-app-template-repository-demo

Usage

Usage instructions go here.

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd click-app-template-repository-demo
python -mvenv venv
source venv/bin/activate

Or if you are using pipenv:

pipenv shell

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

click-app-template-repository-demo-prev's People

Contributors

simonw avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

click-app-template-repository-demo-prev's Issues

Cookiecutter fails on repo creation

I'm trying to use this to create a new CLI tool. After filling out the webform, a new repo is created as expected, but it only contains a README and the .github/workflows directory. The desired template files (tests directory, the app directory with the cli.py starter file, the LICENSE file, etc) are not created, so it looks like maybe cookiecutter isn't being run as expected?

Under the Actions tab the "Initial commit" action shows a red X with "This workflow failed to run", and the run log shows an error at the "Rebuild contents using cookiecutter" step:

mv: cannot move 'plextool/plextool' to './plextool': Directory not empty

I tried rerunning the job and it fails at the same place. I'm not very familiar with GitHub actions -- any suggestions on how to debug further?

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.