create-hurtle

0.0.31 • Public • Published

Hurtle

npm version License: MIT npm downloads GitHub stars GitHub issues GitHub last commit

Hurtle is the go-to boilerplate for deploying Hono.js applications on Cloudflare Workers. It provides a robust starting point for building high-performance, scalable web applications and APIs.

Why Hurtle Rocks

  • Hono.js Supercharged: Turbocharge your web apps with Hono.js integration
  • Cloudflare-Powered: Harness the speed of Cloudflare Workers for global reach
  • TypeScript Fortress: Build with confidence using rock-solid TypeScript
  • Code Perfection: Keep your codebase squeaky clean with ESLint & Prettier
  • Bulletproof Validation: Fortify your API with Zod's schema validation
  • Fort Knox Security: Lock down your app with built-in JWT support

Quick Start

Get your project up and running in no time:

  1. Create a new Hurtle project:

    npx create-hurtle <app-name>
  2. Navigate to your project directory:

    cd <app-name>
  3. Start the development server:

    npm run start

Available Scripts

  • npm run start: Start the development server.
  • npm run deploy: Build and deploy production-ready code.
  • npm run format: Run the code formatter.
  • npm run lint: Run the linter.
  • npm run lint:fix: Run the linter and fix issues automatically.

Powered By Awesomeness

Hurtle stands on the shoulders of giants. Here's our all-star lineup:

  • Hono.js - The lean, mean, web framework machine
  • Cloudflare Workers - Where serverless dreams come true
  • TypeScript - JavaScript's cooler, more reliable cousin
  • Zod - The validation wizard that keeps your data in check
  • ESLint - The code quality enforcer
  • Prettier - Because beautiful code is happy code

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

License

This project is MIT licensed.

Author

Sarfaraz Muhammad Sajib

Acknowledgements


If you find Hurtle helpful, please consider giving it a star on GitHub!

Package Sidebar

Install

npm i create-hurtle

Weekly Downloads

19

Version

0.0.31

License

MIT

Unpacked Size

29.6 kB

Total Files

17

Last publish

Collaborators

  • sarfaraz_muhammd