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
when ocular init generates ocular-config, the default values for DOC_FOLDER and ROOT_FOLDER are local paths, as opposed to, say,
DOC_FOLDER: `${__dirname}/../docs/`, ROOT_FOLDER: `${__dirname}/../`, DIR_NAME: `${__dirname}`,
The text was updated successfully, but these errors were encountered:
in the same line of thoughts, the generated package.json doesn't contain scripts?
Sorry, something went wrong.
No branches or pull requests
when ocular init generates ocular-config, the default values for DOC_FOLDER and ROOT_FOLDER are local paths, as opposed to, say,
The text was updated successfully, but these errors were encountered: