Skip to content

A portable, embeddable version of the DO Community Glob tool.

License

Notifications You must be signed in to change notification settings

do-community/glob-tool-embed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc4d53a · Oct 1, 2024

History

35 Commits
Nov 11, 2022
Jun 17, 2020
Jan 16, 2024
Jun 17, 2020
Jun 17, 2020
Nov 7, 2023
Jun 17, 2020
Jun 17, 2020
Jun 17, 2020
Oct 1, 2024
Nov 7, 2023

Repository files navigation

Community Glob Tool Embed

A portable, embeddable version of the DO Community Glob tool.


Glob Tool

Test globs against sets of test strings quickly and easily .

Development/Building

To setup the build/development environment, you will need to run npm ci with Node 12+ installed. This will install the dependencies to allow you to build the project.

To develop for this embed script, run npm run watch. This will start the bundler in watch mode, that will automatically rebuild the bundled embed script whenever changes are made to the source.

If you wish to host this embed script or use it in production, simply run npm run build. You can then take the build folder and put it on your web server/bucket/site.

GitHub Actions is configured to do this automatically for this repository to deploy to gh-pages.

Contributing

If you are contributing, please read the contributing file before submitting your pull requests.