We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey there,
I installed coffeedoc via npm.
see npm info:
$ npm info coffeedoc { name: 'coffeedoc', description: 'An API documentation generator for CoffeeScript', 'dist-tags': { latest: '0.1.11' },
and coffeedoc cli options:
$ coffeedoc Usage: coffeedoc [options] [targets] Options: -o, --output: Set output directory (default: ./docs) --commonjs : Use if target scripts use CommonJS for module loading (default)
I have no --requirejs option. Did I do something wrong?
I was going down to the coffeedoc source folder, and did cat docgen.coffee, here is a snippet:
cat docgen.coffee
# Command line options OPTIONS = '-o, --output': 'Set output directory (default: ./docs)' '--commonjs ': 'Use if target scripts use CommonJS for module loading (default)' # '--requirejs ': 'Use if target scripts use RequireJS for module loading'
A spec/ folder is not present. Maybe that helps.
spec/
Thanks
The text was updated successfully, but these errors were encountered:
Oops, I forgot to update the npm version when requirejs support was merged in. I've done it now, npm update and you should be good to go.
npm update
Sorry, something went wrong.
Thank you very much, works perfect.
No branches or pull requests
Hey there,
I installed coffeedoc via npm.
see npm info:
and coffeedoc cli options:
I have no --requirejs option. Did I do something wrong?
I was going down to the coffeedoc source folder, and did
cat docgen.coffee
, here is a snippet:A
spec/
folder is not present. Maybe that helps.Thanks
The text was updated successfully, but these errors were encountered: