@kast96/bxmodule
v0.1.0
Published
[![install size](https://packagephobia.com/badge?p=@kast96/bxmodule)](https://packagephobia.com/result?p=@kast96/bxmodule)
Downloads
12
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/bxmodule
Quick Start
Run command for create new module:
npx bxmodule create company.mymodule
Several 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