-
Notifications
You must be signed in to change notification settings - Fork 12k
[TRACKING] Custom Templates for Generators #6593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm very interested in this feature. I've spent some time prototyping the ability to hack custom blueprints into the current CLI for an Enterprise client. I've got it working, but I've run into a number of issues that make things a bit more hacky than I'd like. I'm doing the initial design for this client from now until July 5th, but then I'll need to implement the new system with custom schematics and custom app schematics starting the first week of September. Is there a design document for this work that I can review and/or provide feedback on? I've looked at the devkit repo a good bit and saw the example schematic, but I haven't yet figured out how to start testing it w/ the CLI.
How will custom collections/schematics be added to an Angular CLI project? This sounds like they would be published as npm packages? The first post says that the following is done:
Which flag in the schema.json is this? I wasn't able to find one that seemed to fit this description.
|
I spoke to @Brocco and got my questions answered.
|
This feature is related to angular#6593
Awesome progress on this! |
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
This feature is related to angular#6593
Being very eager to try this out, I got the new master branch now that the branch is merged and all the critical stuff seems to be there. I created a custom collection (I just took Now, I may be way too early trying this out, but I also did not see any plans for further documentation on this Tracking Issue for the collections. So as a bit of - maybe way to early - feedback, I guess a little bit more documentation how such a collection needs to be set up (or where) in order for something like Oh and awesome work on this! Thanks a lot! |
Could you please provide a documentation? I updated to 1.4.0-rc0 and cant create a component anymore: Also i dont know what schematics are and the github project doesn't contain any readme. |
Any further updates on this? |
This feature is related to angular#6593
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Implement usage of Schematics (see this PR) in the CLI and allow custom templates.
This requires some design to have a default collection and use a custom collection + schematics.
This issue can be considered completed when:
angular-cli.json
to use a collection by default, so thatng g my-awesome-schematics
will use the default collection which includesmy-awesome-schematics
.The text was updated successfully, but these errors were encountered: