1.6.0 • Published 5 years ago

@fabrix/spool-i18n v1.6.0

Weekly downloads
15
License
MIT
Repository
github
Last release
5 years ago

spool-i18n

Gitter NPM version Build Status Test Coverage Dependency Status Follow @FabrixApp on Twitter

I18N Spool. Adds an interactive shell to your Fabrix app to help with development and debugging. Saves command history between sessions.

Install

$ npm install @fabrix/spool-i18n --save

Usage

The i18n spool is loaded in your spool config per usual.

// config/main.ts
import { I18nSpool } from '@fabrix/spool-i18n'
export const main = {
  // ...
  spools: [
    // ...
    I18nSpool
  ]
}
// config/i18n.js
export const i18n = {
}

Contributing

We love contributions! Please check out our Contributor's Guide for more information on how our projects are organized and how to get started.

License

MIT

1.6.0

5 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

1.0.0-alpha.6

6 years ago

1.0.0-alpha.5

6 years ago

1.0.0-alpha.4

6 years ago