Add new theme to bs-platform templates

reasonreact

#1

Hey guys,

I’ve just created this project template:


which has a state manager hooks/context/reducer based.

I would like to be able to use it as a template when starting a new project using bsb -init myproj -theme react-with-state.

Any idea how I can do that ? Thanks a lot.


#2

Hello,

As this themes are part of Bucklescript,
you should open a Pull Request on this project.

All themes are available here: https://github.com/bucklescript/bucklescript/tree/master/jscomp/bsb/templates


#3

Yes, I’ve seen that. However I don’t think they would approve this PR cause this is not generic enough. This would be something like for my own organization.


#4

Sounds like yarn create or npm init would fit your use-case better.


#5

You’re right :+1: Thanks!