davidshimjs / jaguarjs-jsdoc

A Template of jsdoc for jaguar.js project
MIT License
218 stars 136 forks source link

Adding support for automation tools feature. #14

Open xyzxyz442 opened 10 years ago

xyzxyz442 commented 10 years ago

Adding "build" command for supporting automation tools like Continuous Integration. It has its own default workspace like in /demo.

You can provide it (source files, destination files, config file) with the parameters for your own script like this.

$ grunt build --src-`source path` --dst=`destination path` --config=`configuration path`

By combine grunt option --gruntfile with this 'build' command. It can make more ways to do with this JSDoc template.

P.S. I also edit README.md file for better understanding and the example usage for 'build' command.

davidshimjs commented 9 years ago

:+1: Would you remove demo docs (dst folder)? I just added demo/dist folder into .gitignore file.