vitonsky / charmix

Tool to generate project files structure from archetypes (file structure template created by users)
https://www.npmjs.com/package/charmix
Apache License 2.0
1 stars 0 forks source link

Implement API to extend exists archetypes #23

Open vitonsky opened 2 years ago

vitonsky commented 2 years ago

One archetype hook must have ability to call hook of another archetype and handle files from there.

For this puprose, archetype may use external API from charmix package. This API must be available for tests too.

This API should provide functional to:

vitonsky commented 2 years ago

This API also may be used for tests. User should have ability to specify options

vitonsky commented 2 years ago

User also should have some way to fetch remote archetype

vitonsky commented 2 years ago

Who should to fetch archetypes? User or tool?