Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).