marcosschroh / cookiecutter-faust

A Cookiecutter template for creating Faust projects quickly.
MIT License
70 stars 17 forks source link

Add option for custom codecs #3

Closed marcosschroh closed 5 years ago

marcosschroh commented 5 years ago

The new option should be:

include_custom_codecs [n]

If the user type y we should create a new folder that contains the custom codecs and add the key faust.codecs to the entry_points option pointing to the folder that contains the codec.

marcosschroh commented 5 years ago

related to https://github.com/marcosschroh/cookiecutter-faust/pull/20