apihawk/installer

MicroCell is a toolkit for writing AppCell plugins.

Maintainers

👁 pavkatar

Package info

github.com/ApiHawk/installer

Homepage

Issues

Type:project

pkg:composer/apihawk/installer

Statistics

Installs: 18

Dependents: 0

Suggesters: 0

Stars: 0

3.0.4 2020-10-25 12:29 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 8f772fcbf5c23d1c6b73b2255735ebfdc3df2a9b

  • Pavel Nikolov <p.nikolov.woop@apihawk.com>

consoleworkerCellapihawkappcell


README

👁 AppCell

MicroCell is a toolkit for writing AppCell plugins.

AppCell is an orchestrative software that incorporates a plugin architecture. It allows one software to communicate with multiple other such without coupling, modifying the main software source, or hard-coding plugins. This way the integration of various softwares and the migration of services between such will become faster, more secure and more easily accomplished.

Documentation

For full documentation, visit apihawk.com/help.

Instalation

microcell is available on composer. To install it, type:

Via ApiHawk Installer

composer global require "apihawk/installer"

Make sure to place composer's system-wide vendor bin directory in your $PATH so the ApiHawk executable can be located by your system. This directory exists in different locations based on your operating system. On macOS and GNU/Linux distributions, it's $HOME/.composer/vendor/bin. To edit the $PATH:

MacOS: sudo nano /etc/paths

Once installed, the apihawk new-cell command will create a fresh MicroCell installation in the directory you specify. For instance, apihawk new-cell YourVendorName will create a directory named YourVendorNameCell containing a fresh MircoCell installation with all of MicroCell's dependencies already installed:

apihawk new-cell YourVendorName

Via Composer Create-Project

composer create-project --prefer-dist apihawk/microcell YourVendorName