ocular
ocular copied to clipboard
ocular-config generation
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}`,
in the same line of thoughts, the generated package.json doesn't contain scripts?