logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Generate Static Websites - Spike | Online Free DevTools by Hexmos

Generate static websites with Spike, a comprehensive static site generator. Easily create, compile, and manage your web projects. Free online tool, no registration required.

spike

A fully featured static website generator written in JavaScript. More information: https://spike.readme.io/docs/command-line-interface.

  • Create a new project using the default template:

spike new {{project_name}}

  • Compile your project, watch for changes, and auto-reload the browser:

spike watch

  • Compile your project once to the “public” directory:

spike compile

  • Remove the output directory:

spike clean

See Also