@kast96/bxmodule
v0.1.0
Published
[](https://packagephobia.com/result?p=@kast96/bxmodule)
Readme
BXModule
The bxmodule package is designed to quickly create a project module for the CMS 1C-Bitrix.
Installation
Go to modules folder /bitrix/modules or /local/modules.
npm install @kast96/bxmoduleQuick Start
Run command for create new module:
npx bxmodule create company.mymoduleSeveral installation questions will be asked.
Package will create a company.mymodule folder in the current folder.
Ready! Now you can install the module through the 1С-Bitrix admin panel.
Help
You can run the command for help about package commands.
npx bxmodule --help