Skip to content

ChefFrontend toolkit for Bitrix

Write modern TypeScript, build, test and analyze extensions — with one tool.

Chef

Try it now

bash
# Install
npm install -g @bitrix/chef

# Initialize project
chef init

# Create a new extension
chef create ui.my-feature

# Build
chef build ui.my-feature

# Test
chef test ui.my-feature

Released under the MIT License.