Skip to content

Commit

Permalink
start of program split out, unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Oct 23, 2024
1 parent 59e2aaa commit 41d130e
Show file tree
Hide file tree
Showing 6 changed files with 512 additions and 260 deletions.
111 changes: 105 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"build": "rm -rf dist && babel src --out-dir dist --copy-files --include-dotfiles && chmod 774 dist/create.js",
"start": "npm run build && node ./dist/create.js && chmod 774 dist/create.js",
"release": "npm run build && commit-and-tag-version && git push --follow-tags origin main && npm publish",
"hax": "hax",
"debug": "nodemon --watch src",
"haxcms-nodejs-cli": "haxcms-nodejs-cli"
},
"bin": {
Expand All @@ -40,12 +42,13 @@
"dependencies": {
"@clack/core": "0.3.4",
"@clack/prompts": "0.7.0",
"@haxtheweb/haxcms-nodejs": "^9.0.11",
"@haxtheweb/haxcms-nodejs": "^9.0.13",
"ejs": "3.1.10",
"picocolors": "1.0.1",
"commander": "12.1.0"
},
"devDependencies": {
"nodemon": "^3.1.7",
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/preset-env": "7.24.6",
Expand Down
Loading

0 comments on commit 41d130e

Please sign in to comment.