Updated API, Blacklist filetypes, Promise based returns
New year, new release! 🥳
- Changed to an object-based config rather than a series of comma args (See readme example for more details).
- Added config to blacklist certain filetypes (and also remove them from the manifest).
{ fileTypesBlacklist: ["html"], keepBlacklistedEntries: true, }
- Rewrote everything to use
async
andawait
. - Return a Promise containing the manifest so you can perform additional steps after the manifest is generated.