JavaScript Required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Mochaccino
Share
Explore
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"
}
}
Headings you add to this page will appear here.
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.