https://github.com/burdiuz/js-codemirror-package
CodeMirror code bundler, composes all code into JSON file and gives API to retrieve bundled files
https://github.com/burdiuz/js-codemirror-package
bundle code-editor codemirror javascript js json
Last synced: about 2 months ago
JSON representation
CodeMirror code bundler, composes all code into JSON file and gives API to retrieve bundled files
- Host: GitHub
- URL: https://github.com/burdiuz/js-codemirror-package
- Owner: burdiuz
- Created: 2017-10-04T19:05:58.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T06:18:40.000Z (over 2 years ago)
- Last Synced: 2025-04-14T01:54:13.523Z (8 months ago)
- Topics: bundle, code-editor, codemirror, javascript, js, json
- Language: JavaScript
- Homepage: https://burdiuz.github.io/js-codemirror-package/
- Size: 968 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeMirror Package
This repo is a support package for [ReactNative CodEditor](https://github.com/burdiuz/react-native-codeditor) component that uses [CodeMirror 5](https://codemirror.net/) to display Code Editor in React Native applications. After installing, this package runs postinstall stage where CodeMirror files are built into multiple JSON files and stored in `assets` folder.