An open API service indexing awesome lists of open source software.

https://github.com/wangpin34/codemirror-lang-mustache


https://github.com/wangpin34/codemirror-lang-mustache

Last synced: 2 months ago
JSON representation

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
```