How to generate README.md?

I’m working on themes for CM6:

But I don’t know how to build a document from src/README.md as theme-one-dark does.
Could you tell me how to do that?

You can probably just manually create your readme file for a theme. The one in theme-one-dark is generated with the bin/cm.js tool from the codemirror.next repository, which doesn’t really work on custom packages.

Got it. Thanks