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

https://github.com/jphp-group/dn-bundle-plugin

Plugin for creating bundles for develnext using jppm
https://github.com/jphp-group/dn-bundle-plugin

Last synced: 7 months ago
JSON representation

Plugin for creating bundles for develnext using jppm

Awesome Lists containing this project

README

          

# dn-bundle-plugin
Plugin for creating bundles for DevelNext using jppm
## Usage
Edit you package.php.yml like this:
```yaml
devDeps:
dn-bundle-plugin: '*'
...

develnext-bundle:
version: 1.0.0
name: simple-bundle
author: broelik
icon: "develnext/bundle/simplebundle/icon32.png"
description: "Simple Bundle"
group: "other"
class: "develnext\\bundle\\simplebundle\\SimpleBundle"
```
After, create **src-bundle** folder in you project directory. This folder contains source files for bundle and can be used to interact with IDE.

Then use this command for create bundle:
```
jppm bundle:build
```
You can find dnbundle file at **PROJECT_DIRECTORY**/bundle/**PROJECT_NAME**-**PROJECT_VERSION**.dnbundle