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

https://github.com/p6m7g8/p6-zsh-projen-plugin

P6M7G8: ohmyzsh plugin for Projen
https://github.com/p6m7g8/p6-zsh-projen-plugin

aws cli ohmyzsh p6 p6m7g8 plugin projen sh shell zsh

Last synced: 5 months ago
JSON representation

P6M7G8: ohmyzsh plugin for Projen

Awesome Lists containing this project

README

          

# p6-zsh-projen-plugin

## Table of Contents

### p6-zsh-projen-plugin

- [p6-zsh-projen-plugin](#p6-zsh-projen-plugin)
- [Badges](#badges)
- [Summary](#summary)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [Changes](#changes)
- [Usage](#usage)
- [Author](#author)

### 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/p6m7g8/p6-zsh-projen-plugin/&style=flat)](https://mergify.io)

## Summary

This plugin provides some aliases for [projen](https://github.com/projen/projen)

[Awesome List](https://github.com/p6m7g8/awesome-projen)

## Contributing

- [How to Contribute](CONTRIBUTING.md)

## Code of Conduct

- [Code of Conduct](https://github.com/p6m7g8/.github/blob/master/CODE_OF_CONDUCT.md)

## Changes

- [Change Log](CHANGELOG.md)

## Usage

### Aliases

- alias pgjn='projen new'
- alias pgjv='projen --version'

- alias pj='npx projen'

- alias pjv='pj --version'
- alias pjb='pj build'

- alias pjd='pj deploy'
- alias pjdd='pj diff'
- alias pjD='pj destroy'

- alias pjU='pj projen:upgrade'

### Convience Functions

- pj_install

## Author

Philip M . Gollucci