hydro-minimal
v0.0.1
Published
Minimal interface for hydro
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-minimalcomponent:
component install hydrojs/hydro-minimalstandalone:
<script src="hydro-minimal"></script>Tests
$ npm testCoverage:
$ npm run coverageLicense
The MIT License (see LICENSE)



