Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cisstech/nge

NG Essentials is a collection of libraries for Angular developers.
https://github.com/cisstech/nge

Last synced: 17 days ago
JSON representation

NG Essentials is a collection of libraries for Angular developers.

Awesome Lists containing this project

README

        

NG Essentials


Logo NGE

NG Essentials is a collection of libraries for Angular developers.

[![Tests](https://github.com/cisstech/nge/actions/workflows/ci.yml/badge.svg)](https://github.com/cisstech/nge/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/cisstech/nge/branch/main/graph/badge.svg)](https://codecov.io/gh/cisstech/nge)
[![codefactor](https://www.codefactor.io/repository/github/cisstech/nge/badge/main)](https://www.codefactor.io/repository/github/cisstech/nge/overview/main)
[![GitHub Tags](https://img.shields.io/github/tag/cisstech/nge.svg)](https://github.com/cisstech/nge/tags)
[![npm package](https://img.shields.io/npm/v/@cisstech/nge.svg)](https://www.npmjs.org/package/@cisstech/nge)
[![NPM downloads](http://img.shields.io/npm/dm/@cisstech/nge.svg)](https://npmjs.org/package/@cisstech/nge)
[![licence](https://img.shields.io/github/license/cisstech/nge)](https://github.com/cisstech/nge/blob/main/LICENSE)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

## ✨ Features Guides

Follow the guides to integrate these essentials features into your applications:

- [nge-doc](https://cisstech.github.io/nge/docs/nge-doc/)

Project documentation tool.

- [nge-markdown](https://cisstech.github.io/nge/docs/nge-markdown/)

Markdown parser library based on [Marked](https://github.com/markedjs/marked) `(v^11)`.

- [nge-monaco](https://cisstech.github.io/nge/docs/nge-monaco/)

[Monaco Editor](https://microsoft.github.io/monaco-editor/) integration in angular.

## 📄 Docs

Documentation available at [https://cisstech.github.io/nge/](https://cisstech.github.io/nge/)

## 📦 Installation

```bash
npm install @cisstech/nge
```

## ⌨️ Development

- Clone and install

```bash
git clone https://github.com/cisstech/nge
cd nge
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/blob/main/CONTRIBUTING.md) first. You can submit any ideas as [pull requests](https://github.com/cisstech/nge/pulls) or as [GitHub issues](https://github.com/cisstech/nge/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)