hydro-minimal
v0.0.1
Published
Minimal interface for hydro
Downloads
28
Readme
hydro-minimal
Synopsis
Minimal interface for hydro
s('My module', function() {
t('it really works', function() {
});
});
Usage
hydro.set({
plugins: ['hydro-minimal'],
});
Installation
npm:
npm install hydro-minimal
component:
component install hydrojs/hydro-minimal
standalone:
<script src="hydro-minimal"></script>
Tests
$ npm test
Coverage:
$ npm run coverage
License
The MIT License (see LICENSE)