autogen
autogen copied to clipboard
Automatically generate boilerplate license comments.
Hello, firstly, thanks for providing this tool - it's a great little time saver! I have a slightly annoying request, though: would you consider changing the name to something that...
When adding license header to python code, some code might have a runline (she-bang). Right now I run with `--no-runline` and it would be nice if the autogen tool could...
Currently, one can get the basic information from `autogen` itself by running it without any arguments or with the `-h` flag, but it would also be useful to be able...
When using "-i" option on a file having an existing Unicode BOM, the BOM appears to be left it place. autogen should insert the new text following the BOM. Example...
It would be nice to have a utility that would run over a given set of files and output whether or not each of them have a valid header comment...
We have existing feature requests (see issue #23 and issue #46) which require non-trivial implementation changes. Adding support for configuration may well require embedding inline Python code into the `autogen`...
Build DEB, RPM, and other packages for easy installation and upgrades, and to make the tool accessible to more users. Add to distributions as a standard package. Note: this might...
## Motivation It's easy to run `autogen` as a one-off tool with the right flags to generate just the right license + comment header for a new file. However, a...
It would be nice to have a utility to bulk-update all files of a particular type or language and insert a comment at the top of the file. Proposed feature...
We should provide a separate, self-contained repo with Vim configuration files for easy integration with tools such as [Pathogen](https://github.com/tpope/vim-pathogen), [NeoBundle](https://github.com/Shougo/neobundle.vim), [Vundle](https://github.com/gmarik/vundle), [Plug](https://github.com/junegunn/vim-plug), [VAM](https://github.com/MarcWeber/vim-addon-manager), etc. For an example of how easy...