Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dsherret/npm_bridge_example
- Owner: dsherret
- Created: 2022-04-08T21:10:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T19:10:46.000Z (over 2 years ago)
- Last Synced: 2024-10-30T08:51:14.453Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`