Skip to content

WebJamApps/web-jam-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-jam-tools

Central hub for shared configuration, scripts, and documentation across the WebJamApps workspace. The repo is geared toward making AI-assisted development (Claude Code, Gemini CLI) productive across many sibling project directories that live alongside it on the same machine.

What's in here

  • docs/ — system-setup and integration documentation (rclone, Google APIs, etc.)
  • scripts/ — workspace bootstrapping, environment checks, and example scraping/data-prep utilities
  • CLAUDE.md / GEMINI.md — orientation and rules for AI assistants working in the workspace

Getting started

git clone https://github.com/WebJamApps/web-jam-tools.git
cd web-jam-tools
npm install     # only needed if you plan to run scripts/*.js

Then read:

Contributing

  • Branch from dev, open a PR against dev. Do not merge to dev or main from an AI assistant — a human reviewer is required.
  • Don't commit node_modules/, environment files, or credentials. The .gitignore covers the obvious cases.
  • When adding new scripts, document them in docs/scripts.md.

License

No license file is currently committed. Treat as all rights reserved unless otherwise specified by the maintainer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors