@enact/cli
Version:
Full-featured build environment tool for Enact applications.
20 lines (16 loc) • 988 B
Markdown
---
title: Enact CLI Development Tool
---
The Enact CLI package provides a command-line tool for creating and building Enact applications. It leverages powerful open source tools and technologies such as [webpack](https://webpack.js.org), [Babel](https://babeljs.io), [LESS](http://lesscss.org), and [Jest](https://jestjs.io) to provide a development environment for apps that requires zero configuration to get started.
The following sections describe its installation and usage:
* [Installation](./installation.md)
* [Starting a New App](./starting-a-new-app.md)
* [Loading an Existing App](./loading-existing-app.md)
* [Building Apps](./building-apps.md)
* [Isomorphic Support](./isomorphic-support.md)
* [Serving Apps](./serving-apps.md)
* [Testing Apps](./testing-apps.md)
* [Ejecting Apps](./ejecting-apps.md)
* [Template Management](./template-management.md)
* [Developing a Custom Template](./developing-a-template.md)
* [Measuring Performance](./measuring-performance.md)