Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/p6m7g8-dotfiles/p6perl
- Owner: p6m7g8-dotfiles
- Created: 2022-03-18T21:03:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T14:29:56.000Z (about 1 month ago)
- Last Synced: 2024-11-22T15:30:01.765Z (about 1 month ago)
- Topics: bash, cli, p6, p6m7g8, perl, sh, shell, terminal, zsh
- Language: Perl
- Homepage: https://continuouslearning.io
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.tt16 directories, 34 files
```## Author
Philip M . Gollucci