-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1420421
commit 4526b78
Showing
5 changed files
with
64 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: Usage | ||
description: "Content Manager (ncm) service IPC wrapper for nx.js applications" | ||
--- | ||
|
||
The `@nx.js/ncm` package provides a wrapper for the `ncm` service IPC, which allows | ||
for management of the Nintendo Content Manager storage. | ||
|
||
In short, use this package for overclocking your Switch. | ||
|
||
## Installation | ||
|
||
<InstallTabs items={['npm', 'pnpm', 'yarn', 'bun']}> | ||
<Tab value='npm'> | ||
|
||
```bash | ||
npm install @nx.js/ncm | ||
``` | ||
|
||
</Tab> | ||
<Tab value="pnpm"> | ||
|
||
```bash | ||
pnpm add @nx.js/ncm | ||
``` | ||
|
||
</Tab> | ||
<Tab value='yarn'> | ||
|
||
```bash | ||
yarn add @nx.js/ncm | ||
``` | ||
|
||
</Tab> | ||
<Tab value='bun'> | ||
|
||
```bash | ||
bun add @nx.js/ncm | ||
``` | ||
|
||
</Tab> | ||
|
||
</InstallTabs> |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"root": true, | ||
"pages": [ | ||
"--- Documentation ---", | ||
"index", | ||
"...", | ||
"--- API Reference ---", | ||
"...api" | ||
] | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.