Giter VIP home page Giter VIP logo

grisp_tools's Introduction

continous integration hex.pm version hex.pm license erlang versions

GRiSP Tools

GRiSP tools for building and deployment.

This is a shared library that is used by all package managers in the Erlang ecosystem to create GRiSP projects. Currently we have plugins for Rebar3 and Mix.

grisp_tools's People

Contributors

eproxus avatar ziopio avatar sylane avatar holzingk avatar gwendallaurent avatar galaxygorilla avatar

Stargazers

Steve avatar M avatar leeyi avatar Daniel Isaksen avatar Igor K avatar  avatar

Watchers

James Cloos avatar Peer Stritzinger avatar  avatar

grisp_tools's Issues

Deleting _grisp folder doesn't reextract OTP

The source of the issue seems to be here:

extract(#{package := #{state := downloaded, file := File}} = State0) ->
#{paths := #{install := InstallPath}} = State0,
State1 = event(State0, [{start, File}]),
case erl_tar:extract(File, [compressed, {cwd, InstallPath}]) of
ok -> event(State1, [done]);
{error, Reason} -> event(State1, [{error, Reason}])
end;
extract(State0) ->
event(State0, ['_skip']).

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.