Coder Social home page Coder Social logo

re's Introduction

Ego re

CircleCI Status Build Status Go Report Card GoDoc Release Join the chat at https://gitter.im/go-ego/ego

Re is a tool for helping develop with ego app framework, base on bee.

This is a work in progress.

简体中文

Contents

Requirements:

  • Go version >= 1.3

Installation:

go get -u github.com/go-ego/re 

Then you can add re binary to PATH environment variable in your ~/.bashrc or ~/.bash_profile file:

export PATH=$PATH:<your_main_gopath>/bin

Usage

USAGE
    re command [arguments]

AVAILABLE COMMANDS

    new         auto-generate code for the ego app, Creates a ego application
    api         Creates a ego API application
    riot        Creates a riot application
    gse         Creates a gse application
    run         Run the application by starting a local development server
    pack        Compresses a Ego application into a single file
    bale        Transforms non-Go files to Go source files
    version     Prints the current Re version
    migrate     Runs database migrations
    fix         fix the ego application to make it compatible with ego 1.0

Use re help [command] for more information about a command.

re new

To create a new Ego web application

re run

To run the application we just created, you can navigate to the application folder and execute:

$ cd my-webapp && re run

Or from anywhere in your machine:

$ re run github.com/user/my-webapp

For more information on the usage, run re help run.

Plans

  • generate code and docs
  • generating a dockerfile
  • help with debugging your application

Donate

Contributing

License

Re is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.

re's People

Contributors

vcaesar avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.