https://github.com/mudler/perlbootstrap
Perl5 bootstrap application generator
https://github.com/mudler/perlbootstrap
Last synced: 2 months ago
JSON representation
Perl5 bootstrap application generator
- Host: GitHub
- URL: https://github.com/mudler/perlbootstrap
- Owner: mudler
- License: other
- Created: 2014-07-13T07:42:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-16T09:25:51.000Z (almost 11 years ago)
- Last Synced: 2025-02-02T07:43:38.084Z (4 months ago)
- Language: Perl
- Homepage:
- Size: 266 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
App::Perlbootstrap - a perl bootstrap application generator
# SYNOPSIS
$ perlbootstrap new MyApp
$ perlbootstrap list #template listing
$ milla new MyApp
$ perlbootstrap new --with Mojo MyApp #yes! after a milla or dzilla mint!# DESCRIPTION
App::Perlbootstrap is a command line application bootstrap for your perl programs. Perl has a lot of framework for developing and that's awesome: but when you write a new perl program sometimes there are already-known patterns that could suits your needs and you find yourself copying some other code and refactor it for your purpose, perlbootstrap aims to have a suite of templates that can cover the most known patterns, so you will able to bootstrap an app in few seconds.
You can get further help:
$ perlbootstrap help new
$ perlbootstrap help list# ARGUMENTS
- `new MyApp`
generate MyApp and refactor using the default template (or you can specify one using --with)
- `list`
list available templates
- `help`
print POD help
# AUTHOR
mudler
# COPYRIGHT
Copyright 2014- mudler
# LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.# SEE ALSO
[App::Perlbootstrap::Command::New](https://metacpan.org/pod/App::Perlbootstrap::Command::New), [App::Perlbootstrap::Command::List](https://metacpan.org/pod/App::Perlbootstrap::Command::List)