Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cisstech/nge-ide
An extensible and flexible open source ide written in Angular.
https://github.com/cisstech/nge-ide
Last synced: 5 days ago
JSON representation
An extensible and flexible open source ide written in Angular.
- Host: GitHub
- URL: https://github.com/cisstech/nge-ide
- Owner: cisstech
- License: mit
- Created: 2021-07-05T13:51:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T19:59:31.000Z (16 days ago)
- Last Synced: 2024-11-03T21:37:54.625Z (14 days ago)
- Language: TypeScript
- Size: 16.6 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
NGE IDE
An extensible and flexible open source ide written in Angular.
[![Tests](https://github.com/cisstech/nge-ide/actions/workflows/ci.yml/badge.svg)](https://github.com/cisstech/nge-ide/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/cisstech/nge-ide/branch/main/graph/badge.svg)](https://codecov.io/gh/cisstech/nge-ide)
[![codefactor](https://www.codefactor.io/repository/github/cisstech/nge-ide/badge/main)](https://www.codefactor.io/repository/github/cisstech/nge-ide/overview/main)
[![GitHub Tag](https://img.shields.io/github/tag/cisstech/nge-ide.svg)](https://github.com/cisstech/nge-ide/tags)
[![npm package](https://img.shields.io/npm/v/@cisstech/nge-ide.svg)](https://www.npmjs.org/package/@cisstech/nge-ide)
[![NPM downloads](http://img.shields.io/npm/dm/@cisstech/nge-ide.svg)](https://npmjs.org/package/@cisstech/nge-ide)
[![licence](https://img.shields.io/github/license/cisstech/nge-ide)](https://github.com/cisstech/nge-ide/blob/main/LICENSE)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)## 📄 Docs
Documentation available at [https://cisstech.github.io/nge-ide/](https://cisstech.github.io/nge-ide/)
## 📦 Installation
```bash
npm install @cisstech/nge @cisstech/nge-ide monaco-editor marked
```## ⌨️ Development
- Clone and install
```bash
git clone https://github.com/cisstech/nge-ide
cd nge-ide
npm install
```- Serve demo
```bash
npm run start
```Browser would open automatically at .
## 🤝 Contribution
Contributions are always welcome.
Please read our [CONTRIBUTING.md](https://github.com/cisstech/nge-ide/blob/main/CONTRIBUTING.md) first. You can submit any ideas as [pull requests](https://github.com/cisstech/nge-ide/pulls) or as [GitHub issues](https://github.com/cisstech/nge-ide/issues).
Please just make sure that ...
Your code style matches with the rest of the project
Unit tests pass
Linter passes
## ❓ Support Development
The use of this library is totally free.
As the owner and primary maintainer of this project, I am putting a lot of time and effort beside my job, my family and my private time to bring the best support I can by answering questions, addressing issues and improving the library to provide more and more features over time.
If this project has been useful, that it helped you or your business to save precious time, don't hesitate to give it a star to support its maintenance and future development.
## ✨ License
MIT © [Mamadou Cisse](https://github.com/cisstech)