1.0.1 • Published 2 years ago
create-trustauthx-sdk v1.0.1
trustauthx-cli
CLI tool for creating trustauthx sdk examples
Local Installation
Prerequisites
Before using trustauthx-cli, ensure you have Node.js and npm installed on your machine.
Installation Steps
Clone this repository:
git clone https://github.com/your-username/trustauthx-cli.gitNavigate to the project folder:
cd trustauthx-cliInstall dependencies:
npm install
Usage
Build
Before publishing or linking, build the TypeScript code to JavaScript:
npm run prepublishLink (for testing)
To test the CLI tool locally, you can use npm link:
npm linkCreate Trustauthx SDK Example
To create a new Trustauthx SDK example in your project, run:
npx create-trustauthx-sdk your-app-name --nextReplace your-app-name with the desired name for your Trustauthx SDK example.