1.0.1 • Published 3 months ago

halem v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

🔧 Halem CLI

Halem CLI is a command-line interface (CLI) tool for serving and developing Halem.js applications.

✨ Features

  • 🚀 Serve Halem.js applications locally for development.
  • 🛠️ Build optimized production-ready bundles.
  • 🔄 Hot module reloading for efficient development workflow.
  • 📂 File-based routing for organizing routes.

📦 Installation

yarn global add halem

🚀 Usage

To start a development server for a Halem.js application, navigate to the project directory and run:

halem dev

This will start a development server at http://localhost:3000 by default.

To build a production-ready bundle for deployment, run:

halem start

This will generate optimized bundles in the .halem directory and serve the project.

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🐛 Issues

If you encounter any issues with Halem CLI, please report them here.

🤝 Contribution

Contributions are welcome! Check out our contribution guidelines for more details.

⭐️ Show your Support

Give a star if you find Halem CLI helpful and support its development!