Skip to content

Tool to create markdown cuesheets from a file with GPX waypoints. Maybe useful for long-distance cyclists/hikers etc.

Notifications You must be signed in to change notification settings

jamesoshea/cuesheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cuesheet

To install dependencies:

bun install

To run:

bun run index.ts

To build the executable:

bun build ./index.ts --outfile cuesheet --compile

On mac, depending on your system, you may need to do the following, to be able to build a working executable:

brew install pkg-config cairo pango libpng jpeg giflib librsvg pixman python-setuptools
npm install -g node-gyp  
node-gyp build
cd node_modules/canvas
bun run prebenchmark  

This project was created using bun init in bun v1.2.3. Bun is a fast all-in-one JavaScript runtime.

About

Tool to create markdown cuesheets from a file with GPX waypoints. Maybe useful for long-distance cyclists/hikers etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published