GithubHelp home page GithubHelp logo

heroku's Introduction

heroku: functions module for shellfire

This module provides a simple framework for using heroku with a shellfire application.

Compatibility

  • Not yet tagged

Overview

TODO.

Importing

To import this module, add a git submodule to your repository. From the root of your git repository in the terminal, type:-

mkdir -p lib/shellfire
cd lib/shellfire
git submodule add "https://github.com/shellfire-dev/heroku.git"
cd -
git submodule init --update

You may need to change the url https://github.com/shellfire-dev/heroku.git above if using a fork.

You will also need to add paths - include the module paths.d.

You will also need to import the curl, git and configure modules and their dependencies.

Namespace heroku

To use in code

If calling from another shellfire module, add to your shell code the line

core_usesIn heroku

in the global scope (ie outside of any functions). A good convention is to put it above any function that depends on functions in this module. If using it directly in a program, put this line inside the _program() function:-

_program()
{
	core_usesIn heroku
	…
}

Functions


heroku_create

  • Takes no parameters
  • Designed for internal use

Namespace heroku_validate

To use in code

If calling from another shellfire module, add to your shell code the line

core_usesIn heroku validate

in the global scope (ie outside of any functions). A good convention is to put it above any function that depends on functions in this module. If using it directly in a program, put this line inside the _program() function:-

_program()
{
	core_usesIn heroku validate
	…
}

Functions

This is an internal API.

heroku's People

Contributors

raphaelcohn avatar

Stargazers

Soma Szelpal avatar

Watchers

stormmq avatar James Cloos avatar  avatar

Forkers

shakahl

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.