Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aurimasniekis/akatsuki

The Akatsuki a PSR-4 Namespace prefix adder for PHPStorm.
https://github.com/aurimasniekis/akatsuki

Last synced: about 2 months ago
JSON representation

The Akatsuki a PSR-4 Namespace prefix adder for PHPStorm.

Awesome Lists containing this project

README

        

# Akatsuki

[![Latest Version](https://img.shields.io/github/release/aurimasniekis/akatsuki.svg?style=flat-square)](https://github.com/aurimasniekis/akatsuki/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Total Downloads](https://img.shields.io/packagist/dt/aurimasniekis/akatsuki.svg?style=flat-square)](https://packagist.org/packages/aurimasniekis/akatsuki)

[![Email](https://img.shields.io/badge/[email protected]?style=flat-square)](mailto:[email protected])

The Akatsuki a PSR-4 Namespace prefix adder for PHPStorm.

## Install

Via Composer

```bash
$ composer global require aurimasniekis/akatsuki
```

## Usage

At the projects root folder (where `composer.json` and `.idea` folder exists) run:

```bash
$ akatsuki
```

```
Akatsuki v1.0.0 by Aurimas Niekis

Adding folder "src" with namespace "Akatsuki\"

Done.
```

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

## License

Please see [License File](LICENSE) for more information.