Skip to content

Add interactive project initialization command#17

Open
nbeerbower wants to merge 1 commit into
mainfrom
claude/add-hpm-init-command-R2dwu
Open

Add interactive project initialization command#17
nbeerbower wants to merge 1 commit into
mainfrom
claude/add-hpm-init-command-R2dwu

Conversation

@nbeerbower

Copy link
Copy Markdown
Contributor

The init command now creates a complete Hemlock project structure:

  • src/main.hml with a basic hello world program
  • package.json with scripts for start, test, and build
  • .gitignore with Hemlock-specific patterns
  • README.md with getting started instructions

Supports two modes:

  • hpm init: Initialize project in current directory
  • hpm init --name=my-project: Create new project directory

The init command now creates a complete Hemlock project structure:
- src/main.hml with a basic hello world program
- package.json with scripts for start, test, and build
- .gitignore with Hemlock-specific patterns
- README.md with getting started instructions

Supports two modes:
- hpm init: Initialize project in current directory
- hpm init --name=my-project: Create new project directory
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.

2 participants