Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phases/phases.umbraco.dummydatagen
DummyDataGen is a robust and user-friendly NuGet package designed to simplify the creation of dummy content for testing in Umbraco CMS. Tailored for developers and quality analysts, DummyDataGen enhances testing workflows by enabling the generation of multiple nodes with a single click.
https://github.com/phases/phases.umbraco.dummydatagen
dotnet dotnetcore umbraco umbraco-backoffice umbraco-cms umbraco-package umbraco-packages umbraco-v10 umbraco-v13 umbraco-v8 umbraco-v9
Last synced: 2 months ago
JSON representation
DummyDataGen is a robust and user-friendly NuGet package designed to simplify the creation of dummy content for testing in Umbraco CMS. Tailored for developers and quality analysts, DummyDataGen enhances testing workflows by enabling the generation of multiple nodes with a single click.
- Host: GitHub
- URL: https://github.com/phases/phases.umbraco.dummydatagen
- Owner: phases
- License: mit
- Created: 2024-08-13T08:38:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T09:05:33.000Z (5 months ago)
- Last Synced: 2024-11-19T08:56:00.322Z (2 months ago)
- Topics: dotnet, dotnetcore, umbraco, umbraco-backoffice, umbraco-cms, umbraco-package, umbraco-packages, umbraco-v10, umbraco-v13, umbraco-v8, umbraco-v9
- Language: C#
- Homepage: https://www.phases.io/
- Size: 25 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# DummyDataGen
DummyDataGen is a robust and user-friendly NuGet package designed to simplify the creation of dummy content for testing in Umbraco CMS. Tailored for developers and quality analysts, DummyDataGen enhances testing workflows by enabling the generation of multiple nodes with a single click.
## Installation
### NuGet Package Manager
To install DummyDataGen , run the following command in the NuGet Package Manager Console:```bash
Install-Packag DummyDataGen
```
### .NET CLI
Alternatively, you can install DummyGen using the .NET CLI:
```bash
dotnet add package DummyDataGen
```
## Usage
After installing the package, you can start using DummyDataGen in your Umbraco CMS project to generate dummy content for testing purposes.
### Basic Usage
1. Open the Umbraco backoffice as the admin user.
2. Navigate to the "Content" section.
3. Right Click on the "Content" section in the toolbar.
4. click on the "Create Dummy Node"
5. Configure the number of nodes and content properties.
6. Click "Generate" to create the dummy content.## Screenshots
Dummy Content Creation
![App Screenshot](https://raw.githubusercontent.com/phases/Phases.Umbraco.DummyDataGen/18964a27de7018647308cf753db2b6fbf28c12d5/Screenshots/content.png)Create Dummy Node
![App Screenshot](https://raw.githubusercontent.com/phases/Phases.Umbraco.DummyDataGen/main/Screenshots/create.png)## Contributing
We welcome contributions to enhance DummyDataGen! If you have any suggestions, bug reports, or feature requests, please create an issue or submit a pull request on GitHub.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)