Browse Source

updated README for 0.1.1

master
Brett Langdon 13 years ago
parent
commit
22a73194a0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -9,13 +9,12 @@ Otherwise each directory and file (other than `index.js`) will be required and e
## Installation
```bash
npm install -g automodule
[sudo] npm install [-g] automodule
```
## Usage
See `examples` directory.
### Generate Static File
To generate the static text for the module simple run `automodule` from the project directory.
@ -53,6 +52,7 @@ return module.exports = automodule(options);
* `search` - directory to look in for modules (String|default: `process.cwd()`)
* `print` - whether or not to include the modules or generate static string (Boolean|default: `false`)
* `recursive` - how far deep to search for files, default is search directory only (Number|default: `1`)
## Bugs/Issues/Features


Loading…
Cancel
Save