-3

Which is the best scaffolding for an angular 1x Admin project?

R. Richards
  • 24,603
  • 10
  • 64
  • 64
Dibu John
  • 1
  • 2

1 Answers1

-1

https://github.com/SwiftySpartan/Angular-1.5-cli

This should satisfy what you're looking for.

Per the review tag below: What you're looking for is something like Angular CLI. However Angular CLI is only compatible with Angular. If you search on GitHub you can probably find several scaffolding and/or client tool. Or you could write your own with something like webpack, Grunt, or Gulp or a tool of your choosing.

The Angular CLI is a pretty useful client for Angular projects. Doing something like this isn't terribly difficult. It is just finding what fits your needs the best, hence writing your own.

Dylan Wright
  • 1,118
  • 12
  • 19