Closed derhuerst closed 8 years ago
To make it more pleasant to use projections in a web project, having one file per projection would be nice. One could use a single projection with require('projections/p/miller').
projections
require('projections/p/miller')
Shall i prepare a PR or would you like to do it?
See #5.
To make it more pleasant to use
projections
in a web project, having one file per projection would be nice. One could use a single projection withrequire('projections/p/miller')
.