summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2024-07-16The Willora class needs fileutils and erb, not the CLI toolCharlotte Koch
2024-07-16The meat and potatoes of willora(1) are now in a Ruby-ish 'lib/'Charlotte Koch
2024-07-16The 'lib' dir for the project is different from that for WilloraPDF itselfCharlotte Koch
2024-06-27It's actually the realdestbase which must not exist beforehandCharlotte Koch
It's okay if the directory CONTAINING the newly-created project dir already exists. It's *specifically* the project dir itself which must not exist prior to `willora new`.
2024-06-27Copy the Gemfile, and provide a copy of "this" themeCharlotte Koch
2024-06-27Don't create destination dir if it already existsCharlotte Koch
2024-06-27willora(1) subcommand does not require leading dashes, misc fixesCharlotte Koch
2024-06-09Add willora(1) which can generate a project directory for youCharlotte Koch