Skip to content

p6m7g8-dotfiles/p6perl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P6's POSIX.2: p6perl

Table of Contents

Badges

License Mergify Gitpod ready-to-code

Summary

Contributing

Code of Conduct

Usage

Aliases

Functions

p6perl

p6perl/init.zsh

  • p6_perl_init(dir)
  • p6df::modules::p6perl::deps()
  • p6df::modules::p6perl::init(_module, dir)

Hierarchy

.
├── README.md
├── bin
│   ├── doc_inline.pl
│   ├── doc_readme.pl
│   ├── elb_listener_show.pl
│   ├── gen.pl
│   └── sg_show.pl
├── init.zsh
├── lib
│   └── perl5
│       ├── P6
│       │   ├── AWS
│       │   │   ├── EC2
│       │   │   │   └── VPC
│       │   │   │       └── SG.pm
│       │   │   ├── ELB.pm
│       │   │   ├── SGen
│       │   │   │   ├── Cmd.pm
│       │   │   │   └── Service.pm
│       │   │   └── SGen.pm
│       │   ├── CICD
│       │   │   └── Docs
│       │   │       ├── Inline.pm
│       │   │       └── Readme.pm
│       │   ├── CLI.pm
│       │   ├── Cache.pm
│       │   ├── Cmd.pm
│       │   ├── Const.pm
│       │   ├── DB.pm
│       │   ├── DT.pm
│       │   ├── Email.pm
│       │   ├── IO.pm
│       │   ├── MVC
│       │   │   ├── C
│       │   │   │   └── Router.pm
│       │   │   ├── C.pm
│       │   │   ├── M.pm
│       │   │   ├── Util
│       │   │   │   └── DB.pm
│       │   │   └── V.pm
│       │   ├── Object.pm
│       │   ├── Template.pm
│       │   └── Util.pm
│       └── P6.pm
└── tt
    ├── aws_func.tt
    ├── aws_uw_func.tt
    └── readme
        └── readme.md.tt

16 directories, 34 files

Author

Philip M . Gollucci pgollucci@p6m7g8.com

Releases

No releases published

Packages

No packages published