Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidecaruso/shell.js
:zap: A JavaScript library to create HTML terminals in web pages.
https://github.com/davidecaruso/shell.js
javascript-library javascript-plugin shell shelljs terminal terminal-emulators typescript
Last synced: about 20 hours ago
JSON representation
:zap: A JavaScript library to create HTML terminals in web pages.
- Host: GitHub
- URL: https://github.com/davidecaruso/shell.js
- Owner: davidecaruso
- License: mit
- Created: 2016-03-19T21:21:52.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T10:28:07.000Z (4 months ago)
- Last Synced: 2024-09-25T16:04:13.658Z (3 months ago)
- Topics: javascript-library, javascript-plugin, shell, shelljs, terminal, terminal-emulators, typescript
- Language: TypeScript
- Homepage: https://davidecaruso.github.io/shell.js/
- Size: 4.09 MB
- Stars: 90
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shell.js
> A **JavaScript** library to create HTML **terminals** in web pages.
[![npm](https://img.shields.io/npm/v/shell.js.svg)](https://www.npmjs.com/package/shell.js)
[![npm](https://img.shields.io/npm/dm/shell.js.svg)](https://www.npmjs.com/package/shell.js)
[![GitHub Workflow Status](https://github.com/davidecaruso/shell.js/actions/workflows/release.yaml/badge.svg)](https://github.com/davidecaruso/shell.js/actions)
[![Coveralls](https://img.shields.io/coveralls/github/davidecaruso/shell.js/main)](https://coveralls.io/github/davidecaruso/shell.js?branch=main)
![License](https://img.shields.io/github/license/davidecaruso/shell.js.svg)## Install
```bash
$ yarn add shell.js
$ npm i shell.js
```## Documentation
Read the [documentation](https://davidecaruso.github.io/shell.js).## Author
[Davide Caruso](https://about.me/davidecaruso)## License
Licensed under [MIT](LICENSE).