loadii

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2024 License: MIT Imports: 5 Imported by: 0

README

loadii

Instant web server for development.

Development Plan

Planning Usage
loadii serve # this serve static content
loadii run main.go # this run `go run main.go` and also, do hot reload
loadii exec pnpm build
loadii serve | loadii exec pnpm build
loadii run main.go | loadii -w admin exec pnpm build

モチベーション

  • 開発の際にウェブサーバをぱっと立ち上げたい時があるが nginx や apache のセットアップは面倒
  • SSG方式のサイトでコンテンツを更新したときに即座にビルド処理を走らせたい時がある (hot reload)
  • 上記2つは本来無関係だが使用するタイミングが近く、一緒のコマンドになっていると便利そう

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL