0.0.2 • Published 8 years ago

generator-pym v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

generator-pym NPM version

Scaffold out a Python module

Installation

First, install Yeoman and generator-pym using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-pym

Then generate your new project:

yo pym
├───README.rst
├───LICENSE
├───.travis.yml
├───.coveralls.yml
├───.editorconfig
├───.gitignore
├───Makefile
├───requirements.txt
├───setup.py
├───cli.py
├───foo/
	└───__init__.py
	└───core.py
	└───helpers.py
├───tests/
	└───tests.py

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © Maxime Le Conte des Floris

0.0.2

8 years ago

0.0.1

8 years ago