Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
01c8a95
Add initial project setup with CLI and installation command
dyoshikawa Jul 30, 2025
078824e
Refactor CLI and installation command structure; remove deprecated in…
dyoshikawa Jul 30, 2025
a278a48
Add secretlint configuration and update package.json scripts
dyoshikawa Jul 30, 2025
d3ee305
Add prepare script for simple-git-hooks in package.json
dyoshikawa Jul 30, 2025
3cc0114
Update package.json and tsup.config.ts for module exports and build f…
dyoshikawa Jul 30, 2025
3feeb20
Refactor package.json scripts for improved linting and type checking
dyoshikawa Jul 30, 2025
260e539
Update package.json and tsup.config.ts for improved structure and com…
dyoshikawa Jul 30, 2025
6f3d943
Update package name to @dyoshikawa/tsumiki
dyoshikawa Jul 30, 2025
4d10180
Revert version number to 0.0.1 in package.json
dyoshikawa Jul 30, 2025
57ae2e4
Set package.json to private: false
dyoshikawa Jul 30, 2025
8f207a8
Fix version number formatting in package.json
dyoshikawa Jul 30, 2025
a763f82
Remove external dependencies from tsup configuration
dyoshikawa Jul 30, 2025
fa3e4b4
Bump version number to 0.0.2 in package.json
dyoshikawa Jul 30, 2025
151f4c4
Refactor tsup configuration for consistency and update target to es2022
dyoshikawa Jul 30, 2025
cb6db2c
Bump version number to 0.0.3 in package.json
dyoshikawa Jul 30, 2025
881569b
Bump version number to 0.0.4 and update bin entry to use cli.js
dyoshikawa Jul 30, 2025
a9d7c5a
Update build scripts, improve install command path handling, and adju…
dyoshikawa Jul 30, 2025
fa991ae
Fix import order in install.tsx for consistency
dyoshikawa Jul 30, 2025
c56dbb2
Add build:run script and update install command path handling
dyoshikawa Jul 30, 2025
56ec6e0
Fix formatting of string literals in install.tsx for consistency
dyoshikawa Jul 30, 2025
79b33e2
Update install.tsx to include .sh files in the copying process
dyoshikawa Jul 30, 2025
13cb1d0
Fix formatting of targetFiles filter for consistency
dyoshikawa Jul 30, 2025
2143f48
Add CLAUDE.md for project documentation and guidance
dyoshikawa Jul 30, 2025
ce4a9a7
Bump version to 0.0.5 in package.json
dyoshikawa Jul 30, 2025
2987d8d
Implement uninstall command for removing Claude Code command templates
dyoshikawa Jul 30, 2025
272dc34
Add gitignore command to manage .gitignore rules for specific Tsumiki…
dyoshikawa Jul 30, 2025
c89329d
feat: add Dockerfile and devcontainer.json for development environmen…
dyoshikawa Jul 30, 2025
401c382
chore: bump version to 0.0.6 in package.json
dyoshikawa Jul 30, 2025
e273a08
docs: update README.md to include installation instructions and clean…
dyoshikawa Jul 30, 2025
3685d16
docs: clarify installation instructions in README.md
dyoshikawa Jul 30, 2025
d27bfa0
Update package.json
cm-kuroeda Jul 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: bump version to 0.0.6 in package.json
  • Loading branch information
dyoshikawa committed Jul 30, 2025
commit 401c382089d7f45e7561e4bd2c41ffd079be02ee
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dyoshikawa/tsumiki",
"private": false,
"version": "0.0.5",
"version": "0.0.6",
"description": "A CLI tool for install tsumiki commands",
"keywords": [
"cli",
Expand Down