Enonic CLI - Development and management tool for Enonic XP
Enonic offers an API-first content platform featuring structured content, powerful search, tree structures, preview and visual page composing. The platform uses a flexible schema system to support content type and components, combined with rich JavaScript and GraphQL APIs. Use your favorite front-end framework or build directly on the platform using the Enonic JS framework.
Installation
Install Enonic CLI with the following command:
npm install @enonic/cli -g
Usage
- To get the list of available commands:
enonic
- Create a new project with the following command, then follow instructions:
enonic create myproject
Docs & Guides
For complete guide to Enonic CLI please check out this page.
Build your first Enonic project by following this hands-on introduction.
Need a quick advice? Ask us on Slack.
Upgrade
enonic upgrade
Uninstall
npm uninstall @enonic/cli -g