0

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

Akotoff
  • 13
  • 1
  • 5

1 Answers1

0

People will tell you to be more specific.

here a good example- begginer/intermedite

begginer tutorial

Qiqke
  • 486
  • 5
  • 19
  • I read these articles, but did not find an answer for myself. In fact, I just need to copy files – Akotoff Sep 27 '19 at 13:44