anagram-generator
v1.1.0
Published
A simple JavaScript anagram generator.
Downloads
9
Maintainers
Readme
Anagram Generator
Anagram Generator is a simple JavaScript application that generates anagrams for a given word. This project includes a web interface for user interaction and leverages GitHub Actions for automated versioning and publishing.
Table of Contents
Installation
To install the dependencies, run:
npm install
Usage
To use the Anagram Generator, open the index.html
file in your web browser. Enter a word in the input field and click the "Generate Anagrams" button to see the anagrams.
Development Building the Project To build the project, run:
npm run build
Running the Application
To run the application locally, simply open the index.html
file in your web browser OR run:
npm install -g http-server
http-server
Then navigate to http://localhost:8080
in your web browser.
Versioning and Publishing
This project uses semantic-release
for automated versioning and publishing. The configuration is defined in the release.config.js
file. The GitHub Actions workflow for publishing is defined in .github/workflows/publish.yml
.
Commit Message Guidelines This project follows the Conventional Commits specification for commit messages:
fix
: for bug fixes (patch release).feat
: for new features (minor release).BREAKING CHANGE
: for breaking changes (major release).
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.