awsutils is a Docusaurus site that publishes lightweight AWS helper scripts, documentation, and a small browser-based transform toolbox.
docs/for documentation contentstatic/for published shell scripts and static assetssrc/for the Docusaurus site and custom React pages
Scripts placed in static/ are served directly from https://awsutils.github.io/<script>.sh.
npm install
npm startOther useful commands:
npm run build
npm run serveContributions are welcome, especially for:
- new scripts in
static/ - matching documentation in
docs/scripts/ - improvements to the docs site or
/toolspage
When adding or changing a script, keep its documentation in sync.
This project is licensed under the MIT-0 License. See LICENSE.