Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phikal/mkskel
(mirror) Quickly create skeleton files
https://github.com/phikal/mkskel
Last synced: about 21 hours ago
JSON representation
(mirror) Quickly create skeleton files
- Host: GitHub
- URL: https://github.com/phikal/mkskel
- Owner: phikal
- License: cc0-1.0
- Created: 2019-07-27T14:20:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-27T14:20:45.000Z (over 5 years ago)
- Last Synced: 2024-11-18T15:45:41.382Z (2 months ago)
- Language: C
- Homepage: https://git.sr.ht/~zge/mkskel
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mkskel
======mkskel is a command-line utility to quickly create a skeleton structure
for projects or just singular files.Bug reports and patches should be sent to my [public inbox].
How to use
----------The default usage of mkskel is
$ mkskel [skeleton name]
This will attempt to copy and process all the files from the specified
skeleton. If more than one skeleton will be listed, they will be
generated in order.Command line flags modifying the default behaviour are listed
in the man page.Skeletons
---------Skeletons are stored in directories that are listed in the `SKELPATH`
environmental variable. A collection of skeletons can be found in the
[mkskel-data][collection] repository. Information on skeleton file
format can also be found there.Copying
-------`mkskel` is distributed under the [CC0 1.0 Universal (CC0 1.0) Public
Domain Dedication][cc0] license.[collection]: https://git.sr.ht/~zge/mkskel-data
[public inbox]: https://lists.sr.ht/~zge/public-inbox
[cc0]: https://creativecommons.org/publicdomain/zero/1.0/deed