README
Application Resolved Paths
They're all the rage!
—Anna Wintour
A simple lib for creating references to the filesystem throughout an app relative to the root of the app. Important for modules that have data directories that they need to consult. Especially useful during
Issues
In practice, it's way too strict right now. It won't let you reference a path that doesn't exist yet. Need to add a strict mode to fail in this case (again, useful for development), but default to non-strict references so that we can create data files relative to the wherever the module exists (your global npm folder, for example) using it, or even check if the files exist, without breaking the app!