Hadron Style Manager is a wrapper for the less cache.
npm install --save hadron-style-manager
const StyleManager = require('hadron-style-manager');
const manager = new StyleManager(cachePath, resourcePath);
manager.use(document, 'index.less');
Apache 2.0