Skip to content

PrashamTrivedi/ServerlessScout-AI

Repository files navigation

template-node-cli

This is my Github template to create nodejs based CLIs.

NodeJS CLI Template

This is a GitHub template repository for creating a NodeJS-based CLI application written in TypeScript. It comes pre-configured with yargs for command-line argument parsing, chalk for terminal string styling, and ora for elegant terminal spinners.

Features

  • TypeScript support
  • Command-line argument parsing with yargs
  • Terminal string styling with chalk
  • Elegant terminal spinners with ora
  • Dev container support (configuration to be added)

Getting Started

  1. Click the "Use this template" button to create a new repository based on this template.
  2. Clone your new repository to your local machine.
  3. Run npm install to install the dependencies.
  4. Start developing your CLI application in the src/index.ts file.

Scripts

  • npm run build: Compile TypeScript to JavaScript
  • npm run start: Run the compiled JavaScript
  • npm run dev: Run the TypeScript code directly using ts-node

License

This project is licensed under the MIT License.

About

ServerlessScout AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published