Giter Site home page Giter Site logo

cookiecutter-fchorney's Introduction

cookiecutter-fchorney

Build Status

CookieCutter template for my personal python projects

Requirements

Install cookiecutter command line: pip install cookiecutter

Usage

Generate a new Cookiecutter template layout: cookiecutter https://github.com/fchorney/cookiecutter-fchorney

If you have the cookiecutter-fchorney project checked out, you can just reference the local folder: cookiecutter ./cookiecutter-fchorney

cookiecutter.json

The cookiecutter.json file contains a list of options that you will be prompted for when you create a new project. This section will offer some insight into those options.

  • full_name:
    • Your full name.
  • email:
    • Your GitHub email.
  • project_name:
    • The human readable name for the project.
  • project_slug:
  • project_short_description:
    • Short project description.
  • release_date:
    • The release date of the package.
  • version:
    • The version to start this project on.
  • is_executable:
    • Select "yes" if your python package will be run as an executable rather than being a pure library.

Development Note

{{cookiecutter.project\_slug}}/init.sh is git-ignored in its respective folder so that when the project is created it doesnt think init.sh is actually part of the new project. Thus if you need to edit init.sh in the future, make sure to git add -f init.sh so that it force adds it.

cookiecutter-fchorney's People

Contributors

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