Skip to main content

nygen

Project description

nygen

Easily create new python projects

Usage

nygen init --author "Natalie Fearnley" --email "nfearnley@gmail.com" --github "nfearnley"

cd c:\users\nfear\Desktop\coding

nygen myproject

Templates

Usage

Templates can be specified using the --template option.

nygen myproject --template mytemplate

The default template is "default".

Creation

Templates can be created by publishing a package that creates an entry point "nygen.templates" that points to the template's data directory.

Example from a setup.cfg file:

[options.entry_points]
nygen.templates =
    default = nygen_default.template

You can use the nygen_default repo as an example of a working template package.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nygen-0.0.18.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

nygen-0.0.18-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page