inline-js icon indicating copy to clipboard operation
inline-js copied to clipboard

External showcase project: nice to have

Open graninas opened this issue 6 years ago • 4 comments

It would be nice to have some external sample app showing some basic use case of the library. This app will also provide an info how to install the library as dependency.

This is very useful because it gives some viable hints (and the .cabal / .stack template) for the clients how the library can be used.

graninas avatar Jul 12 '19 10:07 graninas

This would be extremely useful. I'm a Haskell newbie, so I do need some hand-holding to get started. As it currently stands, I've read through a lot of documentation and looked through code, but I can't for the life of me figure out how to install this library

bigpopakap avatar Nov 26 '20 21:11 bigpopakap

Makes sense. I've updated README to add a subsection on how to import inline-js into external projects; don't have enough energy to maintain showcase projects outside the repo atm, but added this to my backlog.

TerrorJack avatar Apr 30 '21 11:04 TerrorJack

Can anyone point me to a current use that is working?

The blog article is using old APIs. The so-called "examples" in the source are not helpful.

The tests seem to go a bit in the right direction.

But a simple COMPLETE example with cabal files, etc., would be very helpful.

haroldcarr avatar Mar 02 '22 02:03 haroldcarr

I have created a COMPLETE example. However, it has a major hack. Feedback on how to do this example "right" would be appreciated. haskell-inline-js-example

haroldcarr avatar Mar 06 '22 22:03 haroldcarr