Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/do-community/glob-tool-embed
A portable, embeddable version of the DO Community Glob tool.
https://github.com/do-community/glob-tool-embed
digitalocean digitalocean-community-tools glob glob-matcher glob-matching glob-pattern globs globstar hacktoberfest minimatch
Last synced: about 2 months ago
JSON representation
A portable, embeddable version of the DO Community Glob tool.
- Host: GitHub
- URL: https://github.com/do-community/glob-tool-embed
- Owner: do-community
- License: apache-2.0
- Created: 2020-06-17T20:34:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T19:29:25.000Z (8 months ago)
- Last Synced: 2024-05-03T00:56:15.988Z (8 months ago)
- Topics: digitalocean, digitalocean-community-tools, glob, glob-matcher, glob-matching, glob-pattern, globs, globstar, hacktoberfest, minimatch
- Language: JavaScript
- Homepage:
- Size: 445 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 .
### [➡️ Use now](https://www.digitalocean.com/community/tools/glob)
## 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](CONTRIBUTING.md) before submitting your pull requests.