Skip to content

Commit

Permalink
feat: Remove CLI (#93)
Browse files Browse the repository at this point in the history
BREAKING CHANGE

This removes the built-in CLI from geojson-flatten. This
removes the remaining dependencies from this project.
  • Loading branch information
tmcw authored Oct 24, 2022
1 parent 5890845 commit 254e2b1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 42 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,3 @@ let flatten = require('geojson-flatten');

flattened = flatten(geojsonObject);
```

## cli

With a file input

```
$ geojson-flatten input.geojson > flattened.geojson
```

With stdin

```
$ geojson-random | geojson-flatten > flattened.geojson
```
24 changes: 0 additions & 24 deletions geojson-flatten

This file was deleted.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
"url": "https://github.com/tmcw/geojson-flatten/issues"
},
"homepage": "https://github.com/tmcw/geojson-flatten",
"dependencies": {
"get-stdin": "^8.0.0",
"minimist": "^1.2.5"
},
"devDependencies": {
"eslint": "^7.0.0",
"microbundle": "^0.13.0",
Expand Down

0 comments on commit 254e2b1

Please sign in to comment.