indigo-locale
v0.1.8
Published
Localization tool based on indigoJS framework
Maintainers
Readme
Getting started
Download IndigoJS and create a project
https://github.com/dgofman/indigojs
Update package.json
"devDependencies": {
"indigo-locale": "~0.1.8"
}Include module into /config/app.json
"modules": [
"indigo-locale"
]Download and install module
npm installLaunch your application
npm startUse module URI: /indigo-locale/index
Example:
http://localhost:8125/indigo-locale/index

