https://github.com/wangpin34/codemirror-lang-mustache
https://github.com/wangpin34/codemirror-lang-mustache
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wangpin34/codemirror-lang-mustache
- Owner: wangpin34
- License: mit
- Created: 2024-11-27T05:49:26.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T06:05:11.000Z (7 months ago)
- Last Synced: 2025-02-12T14:23:47.690Z (4 months ago)
- Language: TypeScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# codemirror-lang-mustache
```
npx lerna bootstrap# build mustache-language(package name as codemirror-lang-mustache)
npx lerna run prepare --scope=codemirror-lang-mustache
# or
npx lerna run prepare# build react-plain-editor
npx lerna run build --scope=react-plain-editor
# or
npx lerna run build# publish only language pkg
npx lerna publish --no-private
```