gen icon indicating copy to clipboard operation
gen copied to clipboard

Compositor JSX static site generator

Results 4 gen issues
Sort by recently updated
recently updated
newest added

When we search for files to render, we should recursively check the given directory. Currently we only search the given directory. ``` docs/ components/ a.md b.md overview/ installation.md ```

I am getting this error when I tried ```gen . --out-dir dist``` ``` code: 'EADDRNOTAVAIL', errno: 'EADDRNOTAVAIL', syscall: 'listen', address: 'fe80::9c6b:3ddc:9d33:a634', port: 8000 ``` I tried with different port as...

# Problem Build command successfully works under macOS, not on Netlify. # Expected behavior gen successfully deploys using build command. # Actual Behavior gen fails with exit code 1 when...

- [ ] Component creators: https://github.com/c8r/gen/blob/master/lib/createComponents.js#L9 - [ ] ThemeProviders: https://github.com/c8r/gen/blob/master/lib/render.js#L20 - [ ] Static CSS getters: https://github.com/c8r/gen/blob/master/lib/render.js#L27