npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

hydro-minimal

0.0.1

@vesln

npmHomeRepoSnykSocket
Downloads:33
$ npm install hydro-minimal
DailyWeeklyMonthlyYearly

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)