@simpler-development/project-tools
v1.0.16
Published
This package provides a suite of scripts and utilities to support development, automation, and maintenance tasks across the monorepo.
Maintainers
Readme
Project Tools
This package provides a suite of scripts and utilities to support development, automation, and maintenance tasks across the monorepo.
Overview
- Purpose: Centralizes scripts for project data extraction, feedback collection, and prompt-driven workflows.
Features
- Project Dumping: Generate structured JSON dumps of project data for analysis or migration.
- Prompt Workflows: Run prompt-based scripts for interactive or automated tasks.
- Feedback Collection: Log and process developer or user feedback.
Directory Structure
src/– Main source code for scripts and utilitiestests/– Test suite for validating tool functionalityfeedback.jsonl/feedback.log– Feedback data and logsdump-project.js– Script for generating project dumps
Usage
yarn dump– Run the project dump scriptyarn prompt– Execute prompt-based workflowsyarn test– Run all testsyarn commit- will add changed files to git staging and generate a commit message.
Setup
- Set required environment variables (see
.env.exampleif available). - Install dependencies:
yarn install
Documentation
Coming Soon.
