Skip to content

Wilto/codemirror-console

 
 

Repository files navigation

codemirror-console Actions Status: test

codemirror-console provide Web Console UI for JavaScript.

screenshot

Features

  • Eval code and Show the result
  • Provide Web Console UI that is similar with Browser's developer tools
  • Editor(CodeMirror 5)

Demo

Packages

If you want to get Web Console UI, please use codemirror-console-ui.

UseCase

We develop these libraries for web book.

Interactive Web Console help you to learn JavaScript Language.

If you have used this library, please add it to the "UseCase".

Welcome to Pull Request!

Developments

This monorepo use Yarn.

Installation

yarn install
yarn bootstrap

Build all

yarn run build

Run Tests

yarn test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

About

Web Console UI for JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.1%
  • HTML 8.3%
  • CSS 3.5%
  • Other 1.1%