Skip to content

fabrix-app/spool-i18n

Repository files navigation

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