Mochaccino
Share
Explore

icon picker
Configuration File

Here’s a formal introduction to the mochaccino.config.json config file. If you’ve worked with NodeJS before, this is the equivalent of a package.json.
{
"name": "Sample Project",
"version": "1.0.0",
"scope": ["lib", "path/to/folder"],
"index": {
"packageName": "path/to/file.moc"
}
}
Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.