JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Gallery
Mochaccino
Share
Explore
Gallery
Mochaccino
Introducing Mochaccino
Installation and Onboarding
Principles
Mochaccino Tools
Configuration File
Packages
Modules
Structs
Variables
Functions
Statements
Math
Debugging
Comments
Style Guide
Reference
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"
}
}
Gallery
Share
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.