Command-line interface for Enonic XP
npm install @enonic/cli-test> Enonic offers a powerful headless CMS with added capabilities—like powerful search, tree structure, and visual page composing for editors. The platform offers a flexible schema system to support any content type and a powerful API to enable developers to build solutions using any front-end framework.
* Install Enonic CLI by running the following command:
``bash`
npm install @enonic/cli -g
* Run enonic without any arguments to verify that installation was successful and see the complete list of supported commands.
* Go to your project folder and create a new project by running the following command, then follow instructions:
`bash`
enonic project create
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.
`bash``
npm uninstall @enonic/cli -g