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
- Host: GitHub
- URL: https://github.com/lemehovskiy/js_plugin_init
- Owner: lemehovskiy
- Created: 2017-12-01T14:30:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T15:38:17.000Z (about 7 years ago)
- Last Synced: 2025-01-08T19:49:15.622Z (about 1 year ago)
- Topics: initializer, jquery, jquery-plugin, php, webpack
- Language: PHP
- Homepage:
- Size: 1.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```