Skip to content

Instantly share code, notes, and snippets.

@daserge
daserge / README.md
Last active August 29, 2015 14:04
Cordova configurable directories

#Cordova configurable directories

##Implementation New ProjectMeta class was introduced to achieve more flexible project structure configuration. ProjectMeta:

  • Wraps config.json to hide implementation details,
  • Provides information about system paths (platforms, plugins, etc.),
  • Replaces old cordova/config,
  • Could be further extended to provide additional meta information and features support.

The following paths are used by default (as per default Cordova app template structure):