Skip to content
/ jack Public

πŸ— Serve files, connect to websocket, etc... Jack is an amazing web development tool

License

Notifications You must be signed in to change notification settings

ItsJimi/jack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Jack

πŸ— Amazing web development tool

Install

go get -u github.com/itsjimi/jack

Usage

$ jack
NAME:
   Jack - πŸ— Amazing web development tool

USAGE:
   jack [global options] command [command options] [arguments...]

VERSION:
   0.1.1

COMMANDS:
     serve, s    serve static files
     connect, c  connect to websocket server
     help, h     Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --config value  path of config file (default: ".jack.json")
   --help, -h      show help
   --version, -v   print the version

Commands

Serve

Start a web server to serve static files

Usage

jack serve

Options

  • -addr="0.0.0.0"
  • -port="8080"
  • -path="."

Connect

[WIP]

Config file

You can create a .jack.json in a directory to load a configuration instead of flags

{
  "addr": "127.0.0.1",
  "port": 1234,
  "path": "./"
}

Contribute

Feel free to fork and make pull requests

License

MIT

About

πŸ— Serve files, connect to websocket, etc... Jack is an amazing web development tool

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages