You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@splincode Thanks for this suggestion! I really like the idea of having something like presets giving us more flexibility on the creation of the final project.
I will take a look at angular schematics, I am intrigued by their tree implementation. I will draft a prototype that allows to use the cli this way for example:
create-ts-lib create -p default | minimal -n app
Where Default and Minimal presets could be a composition of tools in these categories:
Application Type (TS, ES6..), 2. Bundler(Webpack, Rollup), 3. Test Framework(Jest...), 4. Automatic Versionning (?) , 5. CI/CD (Travis, CircleCI)
Angular has so-called schematics bootstrap code
The text was updated successfully, but these errors were encountered: