Closed freeman closed 5 years ago
It seems currently the only starters supported are in-tree (in the
create
plugin).Am I correct ?
yes
If so is supporting private starters (as an npm package for example) be something this project would like to cover ?
This would be out of scope for Reframe.
That said Reframe is built on top of do-one-thing-do-it-well libraries I wrote / the community wrote. You can create any boilerplate you want on top of these DOTDITW libraries. These libraries are all super flexible so you can build any kind of boilerplate you want.
What should your boilerplate be able to do? We can design your boikerplate together if you want.
Reframe looks great by the way :)
Thanks :)
The private starters would be mainly to include private packages we use in my org, so they would not benefit the community. I'd like also to enable typescript support by default.
So I guess my main option is to create a private fork of create
and cli
?
The easiest would be:
$ reframe create react-app
/ $ reframe create react-frontend
/ $ reframe create react-sql
.
git@github.com:your-private-org/reframe-boilerplate
.
It seems currently the only starters supported are in-tree (in the
create
plugin).Am I correct ? If so is supporting private starters (as an npm package for example) be something this project would like to cover ?
Reframe looks great by the way :)