Akotoff
Akotoff

Reputation: 13

How to create angular schematic for repeating files?

There is one large project in which small applications are created. In each such application there are many identical index.html / tslint.json / app files I understand that through angular schematics this can be automated.

I figured out how to create files using angular schematics. And how to make files repeat?

I want when I called the command schematics .:myapp --name=test I created an application with filled files

Upvotes: 0

Views: 198

Answers (1)

Qiqke
Qiqke

Reputation: 486

People will tell you to be more specific.

here a good example- begginer/intermedite

begginer tutorial

Upvotes: 0

Related Questions