Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bamboo/hash-require
Metascript #require macro
https://github.com/bamboo/hash-require
Last synced: 10 days ago
JSON representation
Metascript #require macro
- Host: GitHub
- URL: https://github.com/bamboo/hash-require
- Owner: bamboo
- License: mit
- Created: 2014-05-24T17:22:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-07T16:45:27.000Z (over 10 years ago)
- Last Synced: 2024-08-09T08:50:55.461Z (3 months ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hash-require
[![Build Status](https://travis-ci.org/bamboo/hash-require.svg?branch=master)](https://travis-ci.org/bamboo/hash-require)Metascript #require macro for all your nodejs require needs.
Installing:
```
npm install --save-dev hash-require
```Using:
```
#metaimport hash-require#require
mori
rx Observable
```Check out the test for [examples](test/require-test.mjs).