It would be super cool if you could do
ng add angular-calendar
and then it would:
angular-calendar, date-fns or moment)--module=module)Resources:
https://brianflove.com/2018/12/15/ng-add-schematic/
https://github.com/ng-bootstrap/schematics
--module=module to change which module it appends to (same as the ng g component...!)
I will work on this
@billyjov thanks, that would be awesome! I already setup the boilerplate the other day on this branch so you can work off there: https://github.com/mattlewis92/angular-calendar/commits/schematics
and then for each of the actions it needs to do, can be copied from here: https://brianflove.com/2018/12/15/ng-add-schematic/
Let me know if you need any other guidance! 馃槃