Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

indigojs

Package Overview
Dependencies
Maintainers
1
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

indigojs

IndigoJS is an open source, JavaScript/NodeJS localization framework

  • 2.6.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Indigo Logo

NPM version Build Status Coverage Status Dependency Status devDependency Status

NPM

Getting started

1. Download and install NodeJS
 http://nodejs.org/download/
2. Create your project directory
 mkdir myapp
 cd myapp
3. Download indigoJS framework
 npm install indigojs
4. Check the project generator attributes
 ./node_modules/indigojs/generator --help

 Windows OS

 .\node_modules\indigojs\generator --help
5. Create a project using generator.
 ./node_modules/indigojs/generator -n myapp

 Windows OS

 .\node_modules\indigojs\generator -n myapp
6. Download dependency modules
npm install --production
7. Start your server
npm start

Default structure of a project

./config
./locales
./locales/en
./routers
./controllers
./web
./web/default
./web/default/css
./web/default/js
./web/default/js/vendor
./web/default/js/views
./web/default/templates
./web/en

Deployment

npm install

npm run-script jshint

grunt

Plugins

License

MIT

Please read our API documentation.

http://www.indigojs.com/docs/index.html

Keywords

FAQs

Package last updated on 18 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc