Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/p6m7g8-dotfiles/p6perl

P6 Dotfiles: POSIX.2 Perl utility functions for scripting
https://github.com/p6m7g8-dotfiles/p6perl

bash cli p6 p6m7g8 perl sh shell terminal zsh

Last synced: 15 days ago
JSON representation

P6 Dotfiles: POSIX.2 Perl utility functions for scripting

Awesome Lists containing this project

README

        

# P6's POSIX.2: p6perl

## Table of Contents

## Badges

[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)
[![Mergify](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges//p6perl/&style=flat)](https://mergify.io)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)]()

## Summary

## Contributing

- [How to Contribute]()

## Code of Conduct

- [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

```text
.
├── 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