Package Exports
- osrmscript
- osrmscript/osrmscript.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (osrmscript) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Osrmscript
One of the easiest codes ever! (OverSimplified Runnable Makefile - Javascript)
Installation
to install go to the command prompt and type:
npm install osrmscriptUsage
to use it create an "index.js" file and type:
const osrmscript = require('osrmscript');
const osrmscriptCode = `say: "Hello World!"`;
osrmscript.runOsrmscript(osrmscriptCode);Click here for the full doc about it
Dependencies
It does require prompt-sync v4.2.0
Author
HotdoGuy90