Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
docs: dxcli -> oclif
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 14, 2018
1 parent 5c9d882 commit 0585dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ describe('my suite', () => {
Custom Plugins
==============

It's easy to create your own plugins to extend fancy. In [dxcli](https://github.com/dxcli/dxcli) we use fancy to create [custom command testers](https://github.com/dxcli/example-multi-cli-typescript/blob/master/test/commands/hello.test.ts).
It's easy to create your own plugins to extend fancy. In [oclif](https://github.com/oclif/oclif) we use fancy to create [custom command testers](https://github.com/oclif/example-multi-ts/blob/master/test/commands/hello.test.ts).

Here is an example that creates a counter that could be used to label each test run. See the [actual test](test/base.test.ts) to see the TypeScript types needed.

Expand Down

0 comments on commit 0585dd9

Please sign in to comment.