skeleton icon indicating copy to clipboard operation
skeleton copied to clipboard

Basic Template system for project skeleton

Results 6 skeleton issues
Sort by recently updated
recently updated
newest added

Hello Here is the result of ```pip install skeleton``` ``` PS C:\Users\henri\PycharmProjects> pip install skeleton Collecting skeleton Downloading https://files.pythonhosted.org/packages/b2/e7/1e55141ec76bd6f29b8b4a216112c8f1bc1d41375f427bc98c6098174b39/skeleton-0.6.tar.gz (61kB) 100% |████████████████████████████████| 71kB 833kB/s Complete output from command python setup.py...

Hello, Can you update your python version required to `python 2.7` for ` 2.X` version `python 3.6` or higher` for `3.X` version Thanks

changed the setup.py file changed README.rst added README.txt

Hi I have been finding that the basic-package example does not work as it should. I have found that the package_dir directive in setup.py_tmpl is incorrect. I have removed this...

I think it's pretty straightforward. It isn't much of a contribution, and I didn't validate that it doesn't break something. But it works for me.

Hi, I added support for dynamic directory names, along with tests. Your version did replace templates in directory names, but: - it only worked for creating empty directories, - it...