Skip to content

Commit

Permalink
Merge pull request #16 from terraformer-js/chore/less-npm-i
Browse files Browse the repository at this point in the history
remove tape-run (except for travis)
  • Loading branch information
john gravois authored Apr 4, 2019
2 parents a321f37 + 0f807ee commit ebdf50e
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 955 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ notifications:
email: false
node_js:
- 'node'
- 'lts/*'
sudo: false
cache:
directories:
Expand All @@ -11,7 +12,10 @@ install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
before_script:
- npm install tape-run
- npm run bootstrap
script:
- npm run test:ci
before_deploy:
- npm run jsdoc
deploy:
Expand All @@ -30,3 +34,5 @@ addons:
apt:
packages:
- xvfb
chrome: stable
firefox: latest
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@

> A geographic toolkit for dealing with geometry, geography, formats, and building geodatabases.
See our website [@terraformer](http://terraformer.io) for more information.
See the [@terraformer](https://terraformer-js.github.io/terraformer/module-@terraformer_spatial.html) website for more information.

## Install
## Packages

* **[`@terraformer/spatial`](./packages/spatial/)** - Spatial predicates for [GeoJSON](https://tools.ietf.org/html/rfc7946).
* **[`@terraformer/arcgis`](./packages/arcgis/)** - Convert ArcGIS JSON geometries to GeoJSON geometries and vice versa.
* **`@terraformer/wkt`** - coming soon

## Contributing

```shell
npm install
Expand Down
Loading

0 comments on commit ebdf50e

Please sign in to comment.