Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hadenlabs/cookiecutter-zsh-plugin

cookiecutter zsh plugin
https://github.com/hadenlabs/cookiecutter-zsh-plugin

cookiecutter hadenlabs peru template zsh

Last synced: about 2 months ago
JSON representation

cookiecutter zsh plugin

Awesome Lists containing this project

README

        

# cookiecutter-zsh-plugin

[![Lint](https://github.com/hadenlabs/cookiecutter-zsh-plugin/actions/workflows/lint.yml/badge.svg?branch=develop)](https://github.com/hadenlabs/cookiecutter-zsh-plugin/actions) [![Issues](https://img.shields.io/github/issues/hadenlabs/cookiecutter-zsh-plugin.svg)](https://github.com/hadenlabs/cookiecutter-zsh-plugin/issues) [![Latest Release](https://img.shields.io/github/release/hadenlabs/cookiecutter-zsh-plugin.svg)](https://travis-ci.org/hadenlabs/cookiecutter-zsh-plugin/releases) [![Beacon](https://ga-beacon.appspot.com/UA-65019326-1/github.com/hadenlabs/cookiecutter-zsh-plugin/readme)](https://github.com/hadenlabs/cookiecutter-zsh-plugin)

cookiecutter-zsh-plugin plugin for generate zsh plugin.

## Requirements

List of applications:

- [Pyenv](https://github.com/pyenv/pyenv)
- [Docker](https://www.docker.com/)

## Installation

### Pip users

```{.sourceCode .bash}
pip install cookiecutter
```

### Homebrew users

```{.sourceCode .bash}
brew install cookiecutter
```

### Windows or Pipenv users

```{.sourceCode .bash}
pipenv install cookiecutter
```

## Usage

```bash
cookiecutter gh:hadenlabs/cookiecutter-zsh-plugin
```

## Examples

### common

## Help

**Got a question?**

File a GitHub [issue](https://github.com/hadenlabs/cookiecutter-zsh-plugin/issues), send us an [email](email) or join our [Slack Community](slack).

## Contributing

### Bug Reports & Feature Requests

Please use the [issue tracker](https://github.com/hadenlabs/cookiecutter-zsh-plugin/issues) to report any bugs or file feature requests.

### Development

In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.

1. **Fork** the repo on GitHub
2. **Clone** the project to your own machine
3. **Commit** changes to your own branch
4. **Push** your work back up to your fork
5. Submit a **Pull Request** so that we can review your changes

**NOTE:** Be sure to rebase the latest changes from "upstream" before making a pull request!

#### Versioning

Releases are managed using github release feature. We use [Semantic Versioning](http://semver.org) for all the releases. Every change made to the code base will be referred to in the release notes (except for cleanups and refactorings).

## Copyright

Copyright © 2018-2021 [Hadenlabs](https://hadenlabs.com)

## Trademarks

All other trademarks referenced herein are the property of their respective owners.

## License

The code and styles are licensed under the MIT license [See project license.](LICENSE).

## Don't forget to 🌟 Star 🌟 the repo if you like cookiecutter-zsh-plugin

[Your feedback is appreciated](https://github.com/hadenlabs/cookiecutter-zsh-plugin/issues)