Skip to content
Mochaccino
  • Pages
    • Introducing Mochaccino
    • Installation and Onboarding
    • Principles
    • Mochaccino Tools
    • icon picker
      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"
}
}
 
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.