1.5.3 • Published 8 years ago

astronaut-router v1.5.3

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

Astronaut Router

Astronaut Router is a kind of a Route Mapper, that construct routes for you by configuration files. To use that you need have astronaut Router in your "node_modules" folder. Docs in Wiki...

npm install --save astronaut-router

Astronaut File

To Astronaut Router works, you need create a "astronaut.js" at the root of your environment (together with package.json). This file will exports a JSON with Astronaut Configurations, something like :

  module.exports = {
    configs : 'your/configs/folder/path',
    controllers : 'your/controllers/folder/path'
  }
1.5.3

8 years ago

1.5.2

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago