Skip to content

Latest commit

 

History

History
executable file
·
59 lines (48 loc) · 1.99 KB

README.md

File metadata and controls

executable file
·
59 lines (48 loc) · 1.99 KB

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