Skip to content

Commit

Permalink
Merge pull request #252 from oclif/mdonnalley/broken-link
Browse files Browse the repository at this point in the history
fix: broken link
  • Loading branch information
mdonnalley authored Jul 24, 2024
2 parents e445832 + 8e92110 commit b388cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Introduction
---

oclif is a framework for building command-line interfaces (CLIs) using [Node.js](https://nodejs.org/en). You can use it like a [simple flag parser](https://github.com/oclif/core#usage), but it's capable of much more. It's designed to be extensible so that you can easily add plugins, such as the [update warning plugin](https://github.com/oclif/plugin-warn-if-update-available), or build your own for users to install at runtime.
oclif is a framework for building command-line interfaces (CLIs) using [Node.js](https://nodejs.org/en). You can use it like a [simple flag parser](https://github.com/oclif/core?tab=readme-ov-file#-standalone-usage), but it's capable of much more. It's designed to be extensible so that you can easily add plugins, such as the [update warning plugin](https://github.com/oclif/plugin-warn-if-update-available), or build your own for users to install at runtime.

The oclif generator creates a CLI project in TypeScript to get you started quickly. The generated CLI requires very few runtime dependencies and has minimal overhead.

Expand All @@ -21,7 +21,7 @@ $ npm install --global oclif

## Create an oclif Project from Scratch

To create a new oclif project from scratch, run the `oclif generate` command.
To create a new oclif project from scratch, run the `oclif generate` command.

```
$ oclif generate mynewcli
Expand Down

0 comments on commit b388cdd

Please sign in to comment.