0.2.96 • Published 14 days ago

generator-wemogy v0.2.96

Weekly downloads
-
License
-
Repository
github
Last release
14 days ago

Yeoman Code Generator

npm

Get it running

Install Yeoman via NPM

npm install -g yo

Now install the generator

npm install -g generator-wemogy
yo wemogy

What can be generated?

New wemogy project

Choose these to generate a new project for a wemogy repository. They will automatically create the correct folder structure.

Hint: Please make sure to call these generators from the repository root.

TypeDescriptionFolderDirect command
Empty project structureScaffolds the basic components of every repository like EditorConfig and Readme./yo wemogy:project-empty
Web Service (.NET)ASP.NET Web Api project to create small servicessrc/webservices/...yo wemogy:project-webservice-dotnet
Class Library (.NET).NET Class Library for shared components.src/shared/...yo wemogy:project-lib-dotnet
SDK (.NET).NET Class Library to create an SDK for other .NET projectssrc/sdk/dotnet/...yo wemogy:project-sdk-dotnet
SDK (JavaScript)TypeScript project to create an SDK for other JavaScript projectssrc/sdk/javascript/...yo wemogy:project-sdk-javascript
Frontend (React)A web frontend based on React.src/frontend/...yo wemogy:project-frontend-react

Other templates

Choose these to generate basic templates for specific technologies. They will not generate any specific folder structure.

CategoryTypeDescriptionDirect command
.NETSolutionyo wemogy:dotnet-solution
.NETClass Libraryyo wemogy:dotnet-classlib
.NETASP.NET Web Apiyo wemogy:dotnet-aspnet
.NETxUnit Testsyo wemogy:dotnet-xunit
GitHub ActionsAction for .NET Buildsyo github-actions-action-build-dotnet
GitHub ActionsAction for JavaScript Buildsyo github-actions-action-build-javascript
GitHub ActionsAction to Build and Push Containersyo github-actions-action-containers
GitHub ActionsWorkflow for Buildsyo github-actions-workflow-build
GitHub ActionsWorkflow for Releasesyo github-actions-workflow-release
TerraformAzure Kubernetes Service (AKS)yo wemogy:terraform-aks
TerraformKubernetes Cluster configurationyo wemogy:terraform-kubernetes
TypeScriptEmptyyo wemogy:typescript-empty
TypeScriptReactyo wemogy:typescript-react
DocumentationDocusaurusyo wemogy:docs-docusaurus
DocumentationArchitecture Decision Recordyo wemogy:docs-adr
YeomanSelector Generatoryo wemogy:yeoman-selector
YeomanTemplate Generator (Generic)yo wemogy:yeoman-template
YeomanTemplate Generator (.NET)yo wemogy:yeoman-template-dotnet
YeomanProject Template Generator (Generic)yo wemogy:yeoman-template-project
YeomanProject Template Generator (.NET)yo wemogy:yeoman-template-project-dotnet

Development

Open a Terminal at the repository root and run the following commands.

yarn install

Start the development using the following command in the root directory.

yarn develop

To test the generator, create a test folder in the same repository at root level

mkdir test
cd test

Now link the generator

yarn link
yarn link generator-wemogy

Run the following command to start and test the generator

yo wemogy

To remove the linked generator, run the following command

yarn unlink

# Check, if removal was successful
npm list -g --depth=0
0.2.96

14 days ago

0.2.95

14 days ago

0.2.94

1 month ago

0.2.93

2 months ago

0.2.92

2 months ago

0.2.91

3 months ago

0.2.90

3 months ago

0.2.89

3 months ago

0.2.88

3 months ago

0.2.87

5 months ago

0.2.86

5 months ago

0.2.85

5 months ago

0.2.84

6 months ago

0.2.83

6 months ago

0.2.82

7 months ago

0.2.81

8 months ago

0.2.80

9 months ago

0.2.79

9 months ago

0.2.78

10 months ago

0.2.77

10 months ago

0.2.74

12 months ago

0.2.73

1 year ago

0.2.72

1 year ago

0.2.76

12 months ago

0.2.75

12 months ago

0.2.69

1 year ago

0.2.68

1 year ago

0.2.67

1 year ago

0.2.66

1 year ago

0.2.65

1 year ago

0.2.71

1 year ago

0.2.70

1 year ago

0.2.63

1 year ago

0.2.62

1 year ago

0.2.61

1 year ago

0.2.60

1 year ago

0.2.64

1 year ago

0.2.59

1 year ago

0.2.58

1 year ago

0.2.57

1 year ago

0.2.56

1 year ago

0.2.52

2 years ago

0.2.55

1 year ago

0.2.54

2 years ago

0.2.53

2 years ago

0.2.51

2 years ago

0.2.50

2 years ago

0.2.49

2 years ago

0.2.48

2 years ago

0.2.47

2 years ago

0.2.46

2 years ago

0.2.45

2 years ago

0.2.41

2 years ago

0.2.40

2 years ago

0.2.44

2 years ago

0.2.43

2 years ago

0.2.42

2 years ago

0.2.39

2 years ago

0.2.38

2 years ago

0.2.37

2 years ago

0.2.36

2 years ago

0.2.35

2 years ago

0.2.34

2 years ago

0.2.33

2 years ago

0.2.32

2 years ago

0.2.27

2 years ago

0.2.26

2 years ago

0.2.25

2 years ago

0.2.24

2 years ago

0.2.23

2 years ago

0.2.22

2 years ago

0.2.21

2 years ago

0.2.20

2 years ago

0.2.19

2 years ago

0.2.18

2 years ago

0.2.17

2 years ago

0.2.16

2 years ago

0.2.15

2 years ago

0.2.14

2 years ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.30

2 years ago

0.2.31

2 years ago

0.2.29

2 years ago

0.2.28

2 years ago

0.2.9

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.8

2 years ago

0.2.3

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.15

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.16

2 years ago

0.1.17

2 years ago

0.1.18

2 years ago

0.1.19

2 years ago

0.2.2

2 years ago

0.1.10

3 years ago

0.1.11

3 years ago

0.1.12

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago