Skip to content

Плагин для создания бандлов для DevelNext с помощью jppm

Notifications You must be signed in to change notification settings

jphp-group-community/dn-bundle-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dn-bundle-plugin

Плагин для создания бандлов для DevelNext с помощью jppm

Usage

Edit you package.php.yml like this:

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

About

Плагин для создания бандлов для DevelNext с помощью jppm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages