Tag · dev
70 generators tagged “dev”
Every generator below shares this topical tag. Click any card to open the generator.
Showing 25–48 of 70 · page 2 of 3
- DevMock .gitignore GeneratorGenerates an example .gitignore file for common project types
- DevMock CI Pipeline Config GeneratorGenerates an example CI pipeline YAML config for testing and learning
- DevMock Cookie Header GeneratorGenerates example Set-Cookie header values with realistic attributes
- DevMock CSP Header GeneratorGenerates example Content-Security-Policy headers for web security
- DevMock Database Connection String GeneratorGenerates fake database connection strings for common databases
- DevMock Device ID GeneratorGenerates fake device identifiers and MAC-style addresses for testing
- DevMock DNS Record GeneratorGenerates example DNS records with matching types and values for testing
- DevMock Dockerfile GeneratorGenerates an example Dockerfile for containerizing an application
- DevMock EditorConfig GeneratorGenerates an example .editorconfig file to standardize coding styles
- DevMock Elasticsearch Query GeneratorGenerates example Elasticsearch query DSL JSON for testing and learning
- DevMock Feature Flag Name GeneratorGenerates conventional feature flag names for testing flag systems and configs
- DevMock Feature Flag Rollout GeneratorGenerates example feature-flag rollout configurations as JSON
- DevMock GraphQL Schema Snippet GeneratorGenerates example GraphQL type definitions for testing and prototyping
- DevMock HTTP Request GeneratorGenerates example raw HTTP requests for testing and learning
- DevMock Jenkinsfile GeneratorGenerates an example declarative Jenkins pipeline for CI/CD
- DevMock JWT Token GeneratorGenerates realistically structured but fake JSON Web Tokens for testing
- DevMock Kubernetes Manifest GeneratorGenerates example Kubernetes YAML manifests for learning and testing
- DevMock License Header GeneratorGenerates source-file license header comments in common formats
- DevMock Makefile GeneratorGenerates an example Makefile with common build and run targets
- DevMock Nginx Config GeneratorGenerates example nginx server block configurations for testing
- DevMock OAuth Token Response GeneratorGenerates a realistic fake OAuth 2.0 token response as JSON for testing
- DevMock package.json GeneratorGenerates an example package.json manifest for a Node project
- DevMock Pagination Link GeneratorGenerates mock REST pagination links (first, prev, next, last) for API testing
- DevMock Postgres Query GeneratorGenerates example SQL SELECT queries with joins and filters for testing