Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

We need a better way of packaging this #23

Open
eeue56 opened this issue Nov 16, 2016 · 3 comments
Open

We need a better way of packaging this #23

eeue56 opened this issue Nov 16, 2016 · 3 comments

Comments

@eeue56
Copy link
Contributor

eeue56 commented Nov 16, 2016

No description provided.

@ento
Copy link
Contributor

ento commented Dec 24, 2016

npm might be the better choice, since I imagine a lot of people using Elm already have some npm packages set up in their project.

We have one dependency to a third party package (requests): seems like https://www.npmjs.com/package/virtualenv can install pypi deps for us

@kristianmandrup
Copy link

I have no idea how to install this. Anyone!?

ohanhi/elm-native-ui#60 (comment)

@ento
Copy link
Contributor

ento commented Feb 7, 2017

@kristianmandrup We're currently using this by git cloning the entire repo to a known path:

elm_tooling_version=3.2.0

if [ -d vendor/tools/elm-ops-tooling ]; then
  pushd vendor/tools/elm-ops-tooling
  git fetch
  git checkout -f $elm_tooling_version
  popd
else
  git clone --branch $elm_tooling_version [email protected]:NoRedInk/elm-ops-tooling.git vendor/tools/elm-ops-tooling
fi

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants