Skip to content

RBeaudoin/generator-python-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 ____        _   _                   ____             __  __       _     _ 
|  _ \ _   _| |_| |__   ___  _ __   / ___|  ___ __ _ / _|/ _| ___ | | __| |
| |_) | | | | __| '_ \ / _ \| '_ \  \___ \ / __/ _` | |_| |_ / _ \| |/ _` |
|  __/| |_| | |_| | | | (_) | | | |  ___) | (_| (_| |  _|  _| (_) | | (_| |
| |    \__, |\__|_| |_|\___/|_| |_| |____/ \___\__,_|_| |_|  \___/|_|\__,_|
|_|      |___/                                                               

A Yeoman generator for creating a setuptools based python module

Overview

Yeoman generators are used to scaffold out projects of all types and languages, you can learn more about them here. This generator will scaffold out a python module that can be installed with setuptools. By following the command prompts, it will create a setup customized for your specific purposes.

Installation

In order to use this generator, you'll need to have Node.js installed. NVM is a useful tool for installing versions of Node.js and npm.

Once Node.js is installed, install yeoman by running npm install -g yeoman. Once that is done, clone this repo, switch to the root directory, and run npm link. With this completed, you can run yo generator-python in a directory to scaffold out a Python application.

Future releases will be deployed to, and made available on npm

Feedback and pull requests always welcome!!

License

MIT

About

A Yeoman generator to create a setuptools based Python module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published