A command-line interface to the Turf library. This is autogenerated from Turf documentation and features all turf operations.
npm install -g turf-cli
Generate random points
turf random points 1000 {} > randompoints.geojson
Sample 10 points from that set
turf sample randompoints.geojson 10
Documentation
turf -h