angular-librarian
angular-librarian copied to clipboard
An Angular 2+ scaffolding setup for creating libraries
This will fix cases when the command: npm list --depth=0 '@angular/compiler' returns a line like this `@angular/compiler@^5.0.0`, which will trigger an error when you do the following comparison: ```js const...
Hi, I use the examples-page quite heavily for documenting the use of the components withing the library created with angular-librarian. I would love to be able to publish a compiled...
angular-librarian uses the 'plugins' property to define the plugins it needs to use for testing. Normally when testing with karma, the system will find anything in the node_modules folder that...
Currently, running tests has three options: Headless, Watch and All. I can do a headless test, which seems to be meant for CI environments. I can watch tests and the...
Following discussion on - https://github.com/gonzofish/angular-librarian/issues/56 here is the pr. Let me know what you think?
Great work on this! Very convenient to build a library. I'd love to see if we can have: - a module generator - additional path where the module/component/etc are being...
Some people like to use yarn. Let's make yarn an option.
Jest is a pretty fast testing framework and, from my quick use, it's an absolute delight. I think supporting Jest would be awesome
Hello, I am following the issue [#6510](https://github.com/angular/angular-cli/issues/6510) on angular cli and, one of the last reaction of @shlomiassaf is a list of key features that a library template should provide....
Hi great app, We have adopted it as our main scaffolding app for generating libraries. Today we updated it to support protractor as we use protractor alot. Is this something...