-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from arkahna/task/FB-133-npm-docs-update
FB-133 npm documentation update
- Loading branch information
Showing
20 changed files
with
98 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Featureboard CLI | ||
# FeatureBoard CLI | ||
|
||
CLI tool for interacting with featureboard | ||
The FeatureBoard Command Line tool. | ||
|
||
## Docs | ||
## Documentation | ||
|
||
See https://featureboard.app/docs/cli/getting-started/ for usage instructions and documentation | ||
See https://docs.featureboard.app/cli/using-the-cli/ for usage instructions and documentation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,21 @@ | ||
# code-generator | ||
# FeatureBoard Code Generator | ||
|
||
This library was generated with [Nx](https://nx.dev). | ||
NX tool that generates FeatureBoard SDKs for different languages. | ||
|
||
## Building | ||
![npm](https://img.shields.io/npm/v/%40featureboard%2Fcode-generator?logo=npm) ![npm](https://img.shields.io/npm/dt/%40featureboard%2Fcode-generator?logo=npm) ![GitHub Workflow](https://img.shields.io/github/actions/workflow/status/arkahna/featureboard-sdks/main.yml?logo=github) | ||
|
||
Run `nx build code-generator` to build the library. | ||
## Installation | ||
|
||
## Running unit tests | ||
```bash | ||
npm add @featureboard/code-generator | ||
``` | ||
```bash | ||
yarn add @featureboard/code-generator | ||
``` | ||
```bash | ||
pnpm add @featureboard/code-generator | ||
``` | ||
|
||
Run `nx test code-generator` to execute the unit tests via Vitest | ||
## Release Notes | ||
|
||
Our changelog can be found on [GitHub](https://github.com/arkahna/featureboard-sdks/blob/main/libs/code-generator/CHANGELOG.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,30 @@ | ||
# FeatureBoard .Net SDK | ||
|
||
FeatureBoard SDK for .Net applications. | ||
|
||
|
||
[![NuGet](https://img.shields.io/nuget/v/FeatureBoard.DotnetSdk.svg)](https://www.nuget.org/packages/FeatureBoard.DotnetSdk/) [![NuGet](https://img.shields.io/nuget/dt/FeatureBoard.DotnetSdk.svg)](https://www.nuget.org/packages/FeatureBoard.DotnetSdk/) ![GitHub Workflow](https://img.shields.io/github/actions/workflow/status/arkahna/featureboard-sdks/main.yml?logo=github) | ||
|
||
## What is FeatureBoard? | ||
|
||
FeatureBoard is the future of Feature Toggling and is tailored for SaaS teams on the hunt for a simplified yet highly potent feature toggling solution. FeatureBoard enhances team productivity by allowing everyone to manage software features seamlessly, not just developers. | ||
FeatureBoard is the future of Feature Management and is tailored for SaaS teams on the hunt for a simplified yet highly potent feature management solution. FeatureBoard enhances team productivity by allowing everyone to manage software features seamlessly, not just developers. | ||
|
||
## How do I get started? | ||
## Getting Started | ||
|
||
To get started checkout our [getting started guide](https://docs.featureboard.app). | ||
|
||
## Install FeatureBoard .Net SDK | ||
## Installation | ||
|
||
FeatureBoard .Net SDK is installed from NuGet. | ||
|
||
```powershell | ||
dotnet add package FeatureBoard.DotnetSdk | ||
``` | ||
|
||
## Setup and example | ||
## Examples | ||
|
||
How to setup and use FeatureBoard .Net SDK can be found in our [documentation](https://docs.featureboard.app/sdks/dotnet-sdk/). | ||
Examples of how to use the FeatureBoard .Net SDK can be found in our [documentation](https://docs.featureboard.app/sdks/dotnet-sdk/). | ||
|
||
## Release notes | ||
## Release Notes | ||
|
||
Our changelog [can be found on GitHub](https://github.com/arkahna/featureboard-sdks/blob/main/libs/dotnet-sdk/CHANGELOG.md). | ||
Our changelog can be found on [Github](https://github.com/arkahna/featureboard-sdks/blob/main/libs/dotnet-sdk/CHANGELOG.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,22 @@ | ||
# nx-plugin | ||
|
||
This library was generated with [Nx](https://nx.dev). | ||
NX plugin for FeatureBoard. | ||
|
||
## Building | ||
![npm](https://img.shields.io/npm/v/%40featureboard%2Fnx-plugin?logo=npm) ![npm](https://img.shields.io/npm/dt/%40featureboard%2Fnx-plugin?logo=npm) ![GitHub Workflow](https://img.shields.io/github/actions/workflow/status/arkahna/featureboard-sdks/main.yml?logo=github) | ||
|
||
Run `nx build nx-plugin` to build the library. | ||
|
||
## Running unit tests | ||
## Installation | ||
|
||
Run `nx test nx-plugin` to execute the unit tests via Vitest | ||
The FeatureBoard React SDK is available on NPM. | ||
|
||
```bash | ||
npm add @featureboard/nx-plugin | ||
# Or | ||
yarn add @featureboard/nx-plugin | ||
# Or | ||
pnpm add @featureboard/nx-plugin | ||
``` | ||
|
||
## Release Notes | ||
|
||
Our changelog can be found on [GitHub](https://github.com/arkahna/featureboard-sdks/blob/main/libs/nx-plugin/CHANGELOG.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters