ayi

command module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2016 License: MIT Imports: 4 Imported by: 0

README

Ayi

Build Status GoDoc

Centralize all your commands for config development environment

  • run several build commands in one command, ie npm install; composer install;./create_mysql_table.sh;vi /etc/hosts -> Ayi install
  • check your environment and try to fix it, ie Ayi check node will check if you are using nvm and have node,npm,gulp available
  • run your test and show result in browser.
  • report your machine environment for your colleague to see why your code only runs on your machine.

Example

Serve as static server

  • Ayi static start a static server in current folder

Config your hosts file

  • Ayi host list list all your host file
  • Ayi host add -ip 127.0.0.1 -name ayi.dev add ayi.dev to localhost
  • Ayi host rm -name ayi.dev remove ayi.dev

Dependency

  • github.com/spf13/viper configuration
  • github.com/codegangsta/cli commandline

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
app
git
sys
net

Jump to

Keyboard shortcuts

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