Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dsherret/npm_bridge_example

Example of using npm bridge
https://github.com/dsherret/npm_bridge_example

Last synced: 13 days ago
JSON representation

Example of using npm bridge

Awesome Lists containing this project

README

        

# npm_bridge example

Background: https://github.com/dsherret/npm_bridge

1. `git clone https://github.com/dsherret/npm_bridge_example && cd npm_bridge_example`
1. Run npm install: `deno task npm install`
1. Run the application: `deno task run`
1. Try running one of the binary packages: `deno task npx --allow-write=. mkdirp newdirname`