bootable
bootable copied to clipboard
Multiple folder initializers
Hi,
In a transition step from a monolith to something a little more micro, we needed to be able to import multiple folders with bootable initializers.
It works by passing an Array to bootable.initializers
(or dirname:Array).
Would you like to merge it ? I have run test on node 4.x and 0.10.x.
Coverage increased (+0.4%) to 97.917% when pulling 2a7fd97970125d0e59284dc30f34e85809121061 on bcharp:multiple_folder_initializers into 87d4b3f34aa18b4de83dff85ed28f98e5cc8ec0b on jaredhanson:master.
I seem to have some error not catch by tests. Investigating.