Thanks for the reply Jonathan,

I knew the "project" variable, but as you mention is keeps the name is it
was entered. Well I think I will monkeypatch this one for my need.

But how is the common workflow if I want to get this upstream?
1. Create an Issue
2. Patch
3. Pull-Request?

Torsten

2014-11-21 0:42 GMT+01:00 Jonathan Vanasco <jonat...@findmeon.com>:

> You might be able to use the "Project" variable, if you pass in a
> Capitalized form
>
> $ pcreate --scaffold starter Foo
> > 'project': Foo,
> > 'package': foo,
>
> Note that this doesn't "Capitalize" the name.  it keeps it as-is:
>
> $ pcreate --scaffold starter FooBarBash
> > 'project': FooBarBash,
> > 'package': foobarbash,
>
>
> Otherwise you'd have to patch or monkeypatch pcreate.py in order to do
> that:
>
>
> https://github.com/Pylons/pyramid/blob/master/pyramid/scripts/pcreate.py#L106-L112
>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "pylons-devel" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/pylons-devel/umFqVR6KmKo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> pylons-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to pylons-devel@googlegroups.com.
> Visit this group at http://groups.google.com/group/pylons-devel.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-devel+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to