UNPKG

@nomadmystic/wordpress-scaffold-cli

Version:

This project is created to speed up WordPress development

4 lines (3 loc) 217 B
const config = JSON.parse(fs.readFileSync(path.resolve(__dirname, 'internal/project/project-config.json'), 'utf-8')); const activeTheme = config['active-theme']; const finalPath = `wp-content/themes/${activeTheme}`;