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

https://github.com/lemehovskiy/js_plugin_init

jQuery plugin initializer
https://github.com/lemehovskiy/js_plugin_init

initializer jquery jquery-plugin php webpack

Last synced: 9 months ago
JSON representation

jQuery plugin initializer

Awesome Lists containing this project

README

          

### Init project folder

```sh
php js_plugin_init.php --init {PROJECT_NAME_SLUG}
```

### Install

```sh
php js_plugin_init.php --install
```

### Install with destroy

```sh
php js_plugin_init.php --install --destroy
```

### Destroy

```sh
php js_plugin_init.php --destroy
```