jstransformers / www

A snazzy website to show off all the different transformers
MIT License
2 stars 2 forks source link

Real, user-facing website #46

Open calebeby opened 7 years ago

calebeby commented 7 years ago

I am interested in making a (static) website where users can find out what JSTransformers are, search by outputFormat and inputFormat and get examples for each transformer.

Here is a sketch I made last night: scanned document

Then I'm thinking below that, we could have a search for JSTransformers.

Each JSTransformer would have its own page, featuring the README, and usage examples based on the tests.

Any ideas for a better tagline? Other ideas for the site?

TimothyGu commented 7 years ago

You can probably adapt some of the infrastructure I wrote for Pug's website over the last summer, especially the bits on static website generation.

calebeby commented 7 years ago

I have been working on a (currently pre-alpha, undocumented) static site generator called glug built around JSTransformers. I was thinking we could use that.

RobLoach commented 7 years ago

Did some work on this over at https://github.com/jstransformers/www/pull/2 , using jstransformer-cli.