{"library":"build-workflow","type":"library","category":null,"description":"A Gruntfile helper that breaks monolithic Gruntfiles into manageable modules. Current stable version is 7.0.1, with maintenance-level updates as needed. It organizes configs, custom tasks, and workflow aliases into separate files under 'grunt-deps/' and automatically loads them. Unlike alternatives like load-grunt-configs, it uses plain JavaScript (not YAML) for aliases and passes grunt/pkg objects to config functions. Primarily useful for legacy Grunt projects; the author recommends npm scripts for new projects.","language":"javascript","status":"maintenance","version":"7.0.1","tags":["javascript","grunt","workflow","build","tasks","management","gruntfile"],"last_verified":"Wed May 27","install":[{"cmd":"npm install build-workflow","imports":["const buildWorkflow = require('build-workflow');","require('build-workflow')(grunt);","// In grunt-deps/workflows/aliases.js:\nmodule.exports = function(grunt) { grunt.registerTask('default', ['task1']); };"]},{"cmd":"yarn add build-workflow","imports":[]},{"cmd":"pnpm add build-workflow","imports":[]}],"homepage":null,"github":"https://github.com/royriojas/build-workflow","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/build-workflow","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/build-workflow/compatibility"}}