Skip to content

Conversation

@sdqede
Copy link
Contributor

@sdqede sdqede commented Nov 24, 2025

pnpm install
pnpm build
cd packages/create-gen-app/dist
node cli \
  --repo https://github.com/launchql/pgpm-boilerplates.git \
  --branch license \
  --output /tmp/create-gen-module

- align package metadata with CLI entry points, minimist/copyfiles/del-cli deps,
  and pnpm-friendly build scripts
- replace src layer with latest branch/path-aware createGen, improved prompt
  aliasing, ignore rules, and license rendering infrastructure
- add CLI entry (`create-gen-app` / `cga`), dev script, and external license
  templates copied into dist
- bring over expanded Jest suite (CLI + flow integrations, license tests, helpers)
  and document the new workflow, placeholder syntax, and license templates in
  README/dev docs
- Introduced a dataHandler to manage keypress events more cleanly.
- Delayed setting raw mode until resume() is called, ensuring proper input handling.
- Updated destroy method to safely remove the data listener and reset dataHandler.
@sdqede sdqede requested a review from pyramation November 24, 2025 04:24
- Changed the clean script to use 'makage' instead of 'del-cli'.
- Updated the build process to run 'npm run clean' and 'npm run copy'.
- Added 'prepublishOnly' script to ensure build runs before publishing.
- Replaced 'del-cli' dependency with 'makage' in devDependencies.
- Changed package names in the lockfile from double quotes to single quotes for consistency.
- Updated various package versions and dependencies to ensure compatibility and stability.
- Removed unused dependencies and cleaned up the lockfile structure for better readability.
@pyramation pyramation merged commit d8473ff into main Nov 24, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants