Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aurimasniekis/akatsuki
- Owner: aurimasniekis
- License: mit
- Created: 2017-03-16T21:27:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T22:29:14.000Z (almost 8 years ago)
- Last Synced: 2024-05-04T21:42:38.331Z (9 months ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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 NiekisAdding 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.