https://github.com/easywebapp/markcell
General MDX to TSX converter
https://github.com/easywebapp/markcell
converter gatsby generator hexo markdown react typescript web-cell
Last synced: 4 days ago
JSON representation
General MDX to TSX converter
- Host: GitHub
- URL: https://github.com/easywebapp/markcell
- Owner: EasyWebApp
- Created: 2020-01-19T13:41:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T19:20:11.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T12:05:13.033Z (11 months ago)
- Topics: converter, gatsby, generator, hexo, markdown, react, typescript, web-cell
- Language: TypeScript
- Homepage: https://web-cell.dev/MarkCell/
- Size: 434 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: ReadMe.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# MarkCell
General [MDX][1] to [TSX][2]/HTML converter, inspired by [Hexo][3] & [Gatsby][4]
[][5]
[][6]
[][7]
## Usage
### build SPA with MDX
https://github.com/EasyWebApp/BootCell-document
### build MPA with MD
https://github.com/EasyWebApp/mark-wiki
## Command-line interface
Usage: mark-cell [path] [options]
Options:
-V, --version output the version number
-p, --package NPM package name of the Component Engine
-f, --factory Function name of JSX factory
-F, --fragment Function name of JSX Fragment component
-l, --layout Path of Layouts module
-s, --pageSize Pagination size of Group pages
-h, --help display help for command
[1]: https://mdxjs.com/
[2]: https://www.typescriptlang.org/docs/handbook/jsx.html
[3]: https://hexo.io/
[4]: https://gatsbyjs.org/
[5]: https://david-dm.org/EasyWebApp/MarkCell
[6]: https://github.com/EasyWebApp/MarkCell/actions
[7]: https://nodei.co/npm/mark-cell/