All Projects → zxysilent → fish

zxysilent / fish

Licence: other
fish 是一个方便开发go程序的工具。 监视文件修改,然后编译go程序并自动运行。

Programming Languages

go
31211 projects - #10 most used programming language
Smarty
1635 projects
shell
77523 projects

Projects that are alternatives of or similar to fish

React Typescript Electron Sample With Create React App And Electron Builder
React-TypeScript-Electron sample with Create React App and Electron Builder
Stars: ✭ 143 (+550%)
Mutual labels:  hot-reload
Injectioniii
Re-write of Injection for Xcode in (mostly) Swift
Stars: ✭ 2,680 (+12081.82%)
Mutual labels:  hot-reload
dwoole
⚙️ Docker image for Swoole apps with Composer, auto-restart on development and a production-ready version.
Stars: ✭ 32 (+45.45%)
Mutual labels:  hot-reload
V2 Universal Js Hmr Ssr React Redux
⚡ (V2) Universal JS - Server Side Rendering, Code Splitting and Hot Module Reloading ⚡
Stars: ✭ 147 (+568.18%)
Mutual labels:  hot-reload
React Redux Universal Boilerplate
An Universal ReactJS/Redux Boilerplate
Stars: ✭ 165 (+650%)
Mutual labels:  hot-reload
Systemjs Hot Reloader
reloads your modules as needed so that you can have satisfyingly fast feedback loop when developing your app
Stars: ✭ 215 (+877.27%)
Mutual labels:  hot-reload
Instapack
All-in-one TypeScript and Sass compiler for web applications! 📦 🚀
Stars: ✭ 131 (+495.45%)
Mutual labels:  hot-reload
vue-hot-reload-loader
Enable hot module replacement (HMR) on your Vue components
Stars: ✭ 20 (-9.09%)
Mutual labels:  hot-reload
Rizla
👀 Rizla builds, runs and monitors your Go Applications with ease. See https://github.com/kataras/iris-cli for Iris users.
Stars: ✭ 166 (+654.55%)
Mutual labels:  hot-reload
React Redux Typescript Jspm Starter
Futuristic, bundle-free, development environment for building Component-Driven SPA with React, Redux and TypeScript - powered by JSPM (SystemJS & Rollup with tree-shaking)
Stars: ✭ 238 (+981.82%)
Mutual labels:  hot-reload
Reactql
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
Stars: ✭ 1,833 (+8231.82%)
Mutual labels:  hot-reload
Template Rwb
A full-featured Webpack setup with hot-reload
Stars: ✭ 165 (+650%)
Mutual labels:  hot-reload
React Pwa
An upgradable boilerplate for Progressive web applications (PWA) with server side rendering, build with SEO in mind and achieving max page speed and optimized user experience.
Stars: ✭ 2,433 (+10959.09%)
Mutual labels:  hot-reload
Awesome Chrome Extension Boilerplate
Use react + typescript + webpack to enhance your chrome extension development experience
Stars: ✭ 146 (+563.64%)
Mutual labels:  hot-reload
ultimate-hot-boilerplate
🚀 node-react universal app boilerplate with everything on hot reload, SSR, GraphQL, Flow included
Stars: ✭ 35 (+59.09%)
Mutual labels:  hot-reload
React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: ✭ 134 (+509.09%)
Mutual labels:  hot-reload
Chimera flutter code push
Official Git of flutter code-push made by Chimera inc. If you want to get more info or seek for biz corporation, you can contact [email protected]
Stars: ✭ 193 (+777.27%)
Mutual labels:  hot-reload
easywebpack-react
React Webpack Building Solution, Support React Server Side Render (SSR), Client Side Render (CSR) Building
Stars: ✭ 14 (-36.36%)
Mutual labels:  hot-reload
universal-hot-reload
Hot reload client and server webpack bundles for the ultimate development experience
Stars: ✭ 79 (+259.09%)
Mutual labels:  hot-reload
Playgrounds
Better playgrounds that work both for Objective-C and Swift
Stars: ✭ 2,586 (+11654.55%)
Mutual labels:  hot-reload

fish

fish 是一个方便开发go程序的工具。

监视文件修改,然后编译go程序并自动运行。

安装

go get github.com/zxysilent/fish

确保 fish.exe 所在路径在你的环境变量里面

如果配置了 GOPATH 环境变量 fish.exe 默认在 GOPATH/bin

请确保 GOPATH/bin 在你的环境变量里

升级

go get -u github.com/zxysilent/fish

基本命令

    version     打印版本信息

    run         热重载,监听 .go 文件变化,自动编译并运行

fish version

打印版本信息

$ fish version
   ____  _         __
  / __/ (_) ___   / /
 / _/  / / (_-<  / _ \
/_/   /_/ /___/ /_//_/ v0.3.3

├── Go      : go1.16.3
├── GOOS    : windows
├── GOARCH  : amd64
├── NumCPU  : 8
├── GOPATH  : D:\App\Go
├── GOROOT  : D:\Program Files\Go
└── Date    : 2021-04-09 13:39:00

fish run

热重载,监听 .go 文件变化,自动编译并运行

$ fish run
2020/02/27 15:19:34 INFO  ▶ 00001 Using 'blog' as app name
2020/02/27 15:19:34 INFO  ▶ 00002 Loading watcher...
2020/02/27 15:19:34 INFO  ▶ 00003 Watching: D:\App\Go\src\blog\conf
2020/02/27 15:19:34 INFO  ▶ 00004 Watching: D:\App\Go\src\blog\control
2020/02/27 15:19:34 INFO  ▶ 00005 Watching: D:\App\Go\src\blog
2020/02/27 15:19:34 INFO  ▶ 00006 Watching: D:\App\Go\src\blog\model
2020/02/27 15:19:34 INFO  ▶ 00007 Watching: D:\App\Go\src\blog\router
2020/02/27 15:19:35 SUCC  ▶ 00008 Built successfully
2020/02/27 15:19:35 INFO  ▶ 00009 Starting 'blog.exe'
2020/02/27 15:19:35 SUCC  ▶ 00010 './blog.exe' is running
⇨ http server started on [::]:88
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].