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

https://github.com/11ways/alchemy-plugin-skeleton

A skeleton for alchemy plugins
https://github.com/11ways/alchemy-plugin-skeleton

Last synced: 3 months ago
JSON representation

A skeleton for alchemy plugins

Awesome Lists containing this project

README

        


Alchemy logo
alchemy-plugin-skeleton





Mac/Linux Build Status



Windows Build status



Codecov Coverage report



Known Vulnerabilities



Dependency Status




Latest version on npm



Project license





👷🏼 Alchemy-plugin skeleton.



Coded with ❤️ by Eleven Ways.

## Introduction

This repository contains a skeleton for AlchemyMVC plugins.

## Install

```bash
npm install your-package-name-here
```

## Usage

```js
var Skeleton = require('alchemy-plugin-skeleton');
```

## Contributing
Contributions are REALLY welcome.
Please check the [contributing guidelines](.github/contributing.md) for more details. Thanks!

## Authors

AlchemyMVC is developed at [Eleven Ways](https://www.elevenways.be/), a team of [IAAP Certified Accessibility Specialists](https://www.accessibilityassociation.org/).

See also the list of [contributors](https://github.com/11ways/alchemy-plugin-skeleton/contributors) who participated in this project.

## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/11ways/alchemy-plugin-skeleton/LICENSE) file for details.