mirror of
https://github.com/waynesutton/convexskills.git
synced 2026-09-14 16:28:42 +08:00
a32027ba88
- Add package.json with npm configuration - Add CLI tool for installing skills (bin/cli.js) - Add index.js for programmatic access - Add .npmignore to exclude dev files - Update README with npm installation instructions
22 lines
225 B
Plaintext
22 lines
225 B
Plaintext
# Development files
|
|
.cursor/
|
|
.claude/
|
|
.claude-plugin/
|
|
.opencode/
|
|
prds/
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# Documentation (not needed in package)
|
|
docs.md
|
|
files.md
|
|
task.md
|
|
changelog.md
|
|
CONTRIBUTING.md
|
|
|
|
# Local files
|
|
*.log
|
|
node_modules/
|