So I am trying to create my first web component implementation using this article.
However, I am finding it hard to execute one particular command(I am using windows) which is meant for linux:
"package": "cat dist/elements-demo/{runtime,polyfills,scripts,main}.js | gzip > elements.js.gz",
I tried with multiple article related to web component creation and also using type
command but I am getting stuck in build/package generation step, Can someone please help me with the windows equivalent of above command? or any article which could resolve this problem.