Giter VIP home page Giter VIP logo

skeleton-project's Introduction

LFE Skeleton Project

UPDATE: This script has been deprecated. Please use lfetool instead!

This should really be converted into a rebar script sooner than later. Perhaps someone else will have the time and rebar chops to do it? For now, though, a simple shell script creates what is needed.

There are two modes, only one of which is currently implemented:

  1. create a library project, one that intended to be used by other projects and does not start any services;
  2. create a service project, one that should have at lease one services started.

Installation

Download the shell script and save it to a directory in your path.

Usage

To create a library project, simply run the following:

$ lfe-skel library-project my-new-lib

Though not currently implemented, in the future one will create a service project by running the following:

$ lfe-skel service-project my-new-service

Note: upon running this script, not only with your project be set up with a skeleton, but also:

  • the dependencies for your project will be downloaded to your new project's deps dir;
  • the stubbed unit test will be run and will fail (it's stubbed to fail because of TDD ;-));
  • the project will be set up with a newly initialized github repo; and
  • the new project files will be added to the repo.

skeleton-project's People

Contributors

oubiwann avatar

Stargazers

josh rotenberg avatar

Watchers

James Cloos avatar

skeleton-project's Issues

Provide additional make targets

See the lfe-rackspace Makefile for examples:

  • get-version
  • get-install-dir
  • push-all
  • install

These will require additional variables:

  • PROJECT
  • LIB
  • FINISH
  • EBIN
  • SRC

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.