Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for automation tools feature. #14

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

xyzxyz442
Copy link

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.

Change “applicationName” from “Demo” to “”
Adding “build” command with options for supporting automation tools.
Adding “build” command usage.
Change detailed to “Template for JSDoc 3”.
Adding folder for “build” command to use as default workspace.
@davidshimjs
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants