mirror of
https://github.com/FullScreenShenanigans/shenanigans-manager.git
synced 2026-04-28 13:03:43 -07:00
reflection
shenanigans-manager
Manages locally installed FullScreenShenanigans modules for development.
Usage
npm install -g shenanigans-manager
shenanigans-manager --help
Use npm run src to completely rebuild.
npm run src:tsc(tsc -p .) rebuilds TypeScript files.npm run watch(tsc -p . -watch) rebuilds in watch mode.
The full list of commands is in src/Commands.
Configuration
For now, src/settings.ts/src/settings.js stores the default directory and repository names that will be manipulated.
Development
Fork the repository on GitHub, clone it, and install dependencies:
git clone https://github.com/<your-name>/shenanigans-manager
cd shenanigans-manager
npm install
You can then use npm run watch to continuously rebuild on file changes.
npm run src builds and lints.
Description
Languages
TypeScript
89.8%
HTML
8.2%
JavaScript
2%