mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-25 17:04:09 +00:00
add mapbox-cli
With a free API token you can do all kinds of cool stuff: https://github.com/mapbox/mapbox-cli-py/#usage
This commit is contained in:
parent
78a51525af
commit
13e8222d8f
2 changed files with 10 additions and 0 deletions
|
|
@ -2,3 +2,4 @@
|
|||
dependencies:
|
||||
- { role: base }
|
||||
- { role: x }
|
||||
- { role: virtualenv }
|
||||
|
|
|
|||
|
|
@ -11,3 +11,12 @@
|
|||
aur: name=opencpn-git user={{ user.name }}
|
||||
tags:
|
||||
- aur
|
||||
|
||||
- name: Install mapboxcli into virtualenv
|
||||
pip: name=mapboxcli
|
||||
virtualenv=/usr/local/env/mapbox
|
||||
|
||||
- name: Link mapboxcli to bin
|
||||
file: src=/usr/local/env/mapbox/bin/mapbox
|
||||
dest=/usr/local/bin/mapbox
|
||||
state=link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue