Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 0 additions & 72 deletions .github/ISSUE_TEMPLATE/1-bug-report.yaml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/ISSUE_TEMPLATE/2-feature-request.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/3-support-request.md

This file was deleted.

43 changes: 0 additions & 43 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: '@ngneat/elf'
name: '@openng/elf'

on:
push:
Expand Down
46 changes: 0 additions & 46 deletions CODE_OF_CONDUCT.md

This file was deleted.

54 changes: 0 additions & 54 deletions CONTRIBUTING.md

This file was deleted.

48 changes: 13 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,9 @@ Elf encourages simplicity. It saves you the hassle of creating boilerplate code
✅  Pagination
✅  Devtools

## Sponsoring ngneat

[Sponsorships](https://github.com/sponsors/ngneat) aid in the continued development and maintenance of ngneat libraries. Consider asking your company to sponsor ngneat as its core to their business and application development.

### Gold Sponsors

Elevate your support by becoming a Gold Sponsor and have your logo prominently featured on our README in the top 5 repositories.

### Silver Sponsors

Boost your backing by becoming a Gold Sponsor and enjoy the spotlight with your logo prominently showcased in the top 3 repositories on our README.

### Bronze Sponsors

<a href="https://houseofangular.io" target="_blank">
<img src="https://github.com/ngrx/platform/blob/main/projects/ngrx.io/src/assets/images/sponsors/house-of-angular.png" width="50px" height="50px" alt="House of Angular" />
</a>

Become a bronze sponsor and get your logo on our README on GitHub.

<hr />

<p align="center">

[![@ngneat/elf](https://github.com/ngneat/elf/actions/workflows/ci.yml/badge.svg)](https://github.com/ngneat/elf/actions/workflows/ci.yml)
[![@openng/elf](https://github.com/openng/elf/actions/workflows/ci.yml/badge.svg)](https://github.com/openng/elf/actions/workflows/ci.yml)
[![commitizen](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)]()
[![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)]()
[![coc-badge](https://img.shields.io/badge/codeof-conduct-ff69b4.svg?style=flat-square)]()
Expand All @@ -53,7 +31,7 @@ Become a bronze sponsor and get your logo on our README on GitHub.

</p>

## 🤓 Learn about it on the [docs site](https://ngneat.github.io/elf/)
## 🤓 Learn about it on the [docs site](https://openng.github.io/elf/)

## 👩‍🎓 Check out the React Todos [example](https://stackblitz.com/edit/react-ts-jidhej?file=todos/todos.tsx)

Expand All @@ -62,8 +40,8 @@ Become a bronze sponsor and get your logo on our README on GitHub.
<br >

```ts
import { createStore, withProps, select, setProp } from '@ngneat/elf';
import { withEntities, selectAllEntities, setEntities } from '@ngneat/elf-entities';
import { createStore, withProps, select, setProp } from '@openng/elf';
import { withEntities, selectAllEntities, setEntities } from '@openng/elf-entities';

interface TodosProps {
filter: 'ALL' | 'ACTIVE' | 'COMPLETED';
Expand Down Expand Up @@ -91,15 +69,15 @@ export function updateFilter(filter: TodosProps['filter']) {

## 🗒️ Review the Change Logs

- [`@ngneat/elf`](https://github.com/ngneat/elf/blob/master/packages/store/CHANGELOG.md)
- [`@ngneat/elf-cli`](https://github.com/ngneat/elf/blob/master/packages/cli/CHANGELOG.md)
- [`@ngneat/elf-devtools`](https://github.com/ngneat/elf/blob/master/packages/devtools/CHANGELOG.md)
- [`@ngneat/elf-entities`](https://github.com/ngneat/elf/blob/master/packages/entities/CHANGELOG.md)
- [`@ngneat/pagination`](https://github.com/ngneat/elf/blob/master/packages/pagination/CHANGELOG.md)
- [`@ngneat/persist-state`](https://github.com/ngneat/elf/blob/master/packages/persist-state/CHANGELOG.md)
- [`@ngneat/requests`](https://github.com/ngneat/elf/blob/master/packages/requests/CHANGELOG.md)
- [`@ngneat/state-history`](https://github.com/ngneat/elf/blob/master/packages/state-history/CHANGELOG.md)
- [`@openng/elf`](https://github.com/openng/elf/blob/master/packages/store/CHANGELOG.md)
- [`@openng/elf-cli`](https://github.com/openng/elf/blob/master/packages/cli/CHANGELOG.md)
- [`@openng/elf-devtools`](https://github.com/openng/elf/blob/master/packages/devtools/CHANGELOG.md)
- [`@openng/elf-entities`](https://github.com/openng/elf/blob/master/packages/entities/CHANGELOG.md)
- [`@openng/pagination`](https://github.com/openng/elf/blob/master/packages/pagination/CHANGELOG.md)
- [`@openng/persist-state`](https://github.com/openng/elf/blob/master/packages/persist-state/CHANGELOG.md)
- [`@openng/requests`](https://github.com/openng/elf/blob/master/packages/requests/CHANGELOG.md)
- [`@openng/state-history`](https://github.com/openng/elf/blob/master/packages/state-history/CHANGELOG.md)

## ⭐ Usage Trend of Elf Packages

[Usage Trend of Elf Packages](https://npm-compare.com/@ngneat/elf,@ngneat/elf-entities,@ngneat/elf-devtools,@ngneat/elf-persist-state,@ngneat/elf-requests,@ngneat/elf-pagination,@ngneat/elf-cli-ng,@ngneat/elf-state-history,@ngneat/elf-cli)
[Usage Trend of Elf Packages](https://npm-compare.com/@openng/elf,@openng/elf-entities,@openng/elf-devtools,@ngneat/elf-persist-state,@ngneat/elf-requests,@ngneat/elf-pagination,@ngneat/elf-cli-ng,@ngneat/elf-state-history,@ngneat/elf-cli)
2 changes: 1 addition & 1 deletion apps/ng/src/app/contacts/pagination-controls.pipe.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Pipe, PipeTransform } from '@angular/core';
import { PaginationData } from '@ngneat/elf-pagination';
import { PaginationData } from '@openng/elf-pagination';
import { generatePages } from './contacts-data';

@Pipe({
Expand Down
6 changes: 3 additions & 3 deletions apps/ng/src/app/contacts/state/contacts.repository.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Injectable } from '@angular/core';
import { createStore } from '@ngneat/elf';
import { addEntities, withEntities } from '@ngneat/elf-entities';
import { createStore } from '@openng/elf';
import { addEntities, withEntities } from '@openng/elf-entities';
import {
PaginationData,
selectCurrentPage,
Expand All @@ -10,7 +10,7 @@ import {
setPage,
updatePaginationData,
withPagination,
} from '@ngneat/elf-pagination';
} from '@openng/elf-pagination';

interface Contact {
id: number;
Expand Down
Loading
Loading