Coder Social home page Coder Social logo

allez's Introduction

Allez - Multi-language dev app launcher

Allez (pronounced aah-lay) is a command-line tool to launch local web apps written in just about any language. To start an application, simply navigate to the app directory and type allez. This will start the server on http://localhost:8080 by default.

NOTE: This is still very new. I've only spent a couple hours on it so far, but I will improve upon it in the future. Feel free to submit a pull request if you'd like to contribute.

To do

  • Heroku buildpack support (https://devcenter.heroku.com/articles/buildpack-api)
  • Install runtime environments and servers by running allez install
  • Language version manager integration (rvm/rbenv, nvm, etc.)
  • Additional languages: Python, Java, Go, Erlang
  • Auto-create *.dev domains a la Pow
  • Add tests

Options

  • --port=<number>, -p <number> Specify a different port number
  • --dir=<app dir>, -d <app dir> Specify an app directory other than the current working directory

Supported languages

  • PHP - Allez looks for an index.php file (currently requires PHP 5.4)
  • Ruby/Rack - Allez looks for a config.ru file
  • Node - Allez looks for app.js or server.js files
  • Static - All other types will currently be served as static files. This allows you to serve static sites through a development server easily
  • More coming soon…

Installation

git clone [email protected]:okalex/allez.git
cd allez
gem build allez.gemspec
gem install ./allez-0.0.1.gem

NOTE: This will be added to rubygems soon.

allez's People

Contributors

okalex avatar

Watchers

 avatar  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.