Commit cccdf155 authored by Merzough Münker's avatar Merzough Münker
Browse files

fix: add readme generator

parent b9aab132
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -974,6 +974,7 @@
          "builder": "@rxap/plugin-pack:build",
          "options": {
            "targets": [
              "authentication:readme",
              "authentication:update-package-group",
              "authentication:build:production",
              "authentication:scss-bundle",
@@ -1008,6 +1009,9 @@
            "buildTarget": "authentication:build:production",
            "preTarget": "authentication:pack"
          }
        },
        "readme": {
          "builder": "@rxap/plugin-readme-generator:library"
        }
      },
      "schematics": {
+1 −0
Original line number Diff line number Diff line
TODO
+1 −0
Original line number Diff line number Diff line
TODO
+37 −1
Original line number Diff line number Diff line
# @rxap/authentication
@rxap/authentication
======

[![npm version](https://img.shields.io/npm/v/@rxap/authentication?style=flat-square)](https://www.npmjs.com/package/@rxap/authentication)
[![commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](https://commitizen.github.io/cz-cli/)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
![Libraries.io dependency status for latest release, scoped npm package](https://img.shields.io/librariesio/release/npm/@rxap/authentication)
![npm](https://img.shields.io/npm/dm/@rxap/authentication)
![NPM](https://img.shields.io/npm/l/@rxap/authentication)

> A collection of components and services to simplify the authentication process implementation.

- [Installation](#installation)
- [Get started](#get-started)
- [Guides](#guides)

# Installation

```
yarn add @rxap/authentication @rxap/config@^11.1.2 @rxap/definition@^11.0.11 @rxap/directives@^11.2.4 @rxap/forms@^11.3.8 @rxap/services@^11.2.2 @rxap/utilities@^11.7.4 
```

**ng add**

```
ng add @rxap/authentication
```

# Get started

TODO

# Guides

TODO

+35 −0
Original line number Diff line number Diff line
{{package.name}}
======

[![npm version](https://img.shields.io/npm/v/{{package.name}}?style=flat-square)](https://www.npmjs.com/package/{{package.name}})
[![commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](https://commitizen.github.io/cz-cli/)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
![Libraries.io dependency status for latest release, scoped npm package](https://img.shields.io/librariesio/release/npm/{{package.name}})
![npm](https://img.shields.io/npm/dm/{{package.name}})
![NPM](https://img.shields.io/npm/l/{{package.name}})

> {{package.description}}

- [Installation](#installation)
- [Get started](#get-started)
- [Guides](#guides)

# Installation

```
yarn add {{package.name}} {{#each rxapDependencies}}{{@key}}@{{this}} {{/each}}
```

**ng add**
```
ng add {{package.name}}
```

# Get started

{{getstarted}}

# Guides

{{guides}}