@fabrix/spool-i18n
TypeScript icon, indicating that this package has built-in type declarations

1.6.0 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i @fabrix/spool-i18n

Homepage

fabrix.app

Weekly Downloads

14

Version

1.6.0

License

MIT

Unpacked Size

8.52 kB

Total Files

15

Last publish

Collaborators

  • scottbwyatt