0.0.1 • Published 10 years ago

hydro-minimal v0.0.1

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

NPM
version Build Status Coverage Status

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)