Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/welksonramos/slush-jmodule
:tropical_drink: A simple slush generator for creation modules Joomla
https://github.com/welksonramos/slush-jmodule
generator joomla slush slush-generator
Last synced: 5 days ago
JSON representation
:tropical_drink: A simple slush generator for creation modules Joomla
- Host: GitHub
- URL: https://github.com/welksonramos/slush-jmodule
- Owner: welksonramos
- License: mit
- Created: 2015-06-30T18:20:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T19:52:19.000Z (over 5 years ago)
- Last Synced: 2024-11-07T01:07:25.562Z (10 days ago)
- Topics: generator, joomla, slush, slush-generator
- Language: JavaScript
- Homepage:
- Size: 1.32 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slush Jmodule
[![npm version](https://img.shields.io/npm/v/slush-jmodule.svg)](https://www.npmjs.com/package/slush-jmodule) [![dependencies Status](https://david-dm.org/welksonramos/slush-jmodule/status.svg)](https://david-dm.org/welksonramos/slush-jmodule) [![license](https://img.shields.io/npm/l/slush-jmodule.svg?style=flat)](https://raw.github.com/welksonramos/slush-jmodule/blob/master/LICENSE)
> A simple slush generator for modules Joomla
![demo](demo.gif)
## Getting Started
Install `slush-jmodule` globally:
```bash
$ npm install -g slush-jmodule
```Remember to instal `slush` globally as well, if you haven't already:
### Usage
Create a new folder for your project:
```bash
$ mkdir mod_joomla_example && cd mod_joomla_example
```Run the generator from within the new folder:
```bash
$ slush jmodule
```## License
Licensed under the MIT license