0.5.0 • Published 5 months ago

@clack/core v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@clack/core

Clack contains low-level primitives for implementing your own command-line applications.

Currently, TextPrompt, SelectPrompt, and ConfirmPrompt are exposed as well as the base Prompt class.

Each Prompt accepts a render function.

import { TextPrompt, isCancel } from '@clack/core';

const p = new TextPrompt({
  render() {
    return `What's your name?\n${this.valueWithCursor}`;
  },
});

const name = await p.prompt();
if (isCancel(name)) {
  process.exit(0);
}
create-fuerza-appsabzlearnsabzlearn.ir@everything-registry/sub-chunk-175create-basement-app@dragonforgecode/create-spacedragon@akku_21/bunnai-groqcli-brnd-nextsveltelabtest-enes-appkit-cliwid-cliworkshopatcyberworkshopatcyberapriltempkitstart-frontendswift-commitsjfoxkarozuicall-clihyper-taskshypershiplocellearnjsatcyberkubb-gen-scribe-clikixtartmeluiz@vue-storefront/cli@workleap/create-project@ts-ghost/ghost-blog-buster@uiui/release-cli@typoconsult/extension@unkey/create-apiai-shell-cliatmos-weather-cli@haxtheweb/create@hazycora/promptssame-thing@mrbakieness/create-firefly-appcreate-mesalvo-react@arsams/xdxsolidui-noahcode-clityres-createtsx-to-jsx-clitest-appkit-cliterminal-warptiny-dotenvx-hubwasmupwebpackizezesky-cli@kyllan/cs-acronym-jeopardy@kuss/adcmthdctr-testnafilas-cliorbit-upovct-cliopenai-shnuxt-edgedb-modulenwui-clipawaox4th-commit-clireact-native-ci-clisaas-forwardsetup-cineonized-create-t3-apppomodevshadcn-svelteshipsaasshopping-bag-clireact-scangit-account-switch-sshgpt-helper-node-js@optimization/ai-shell-anthropic@oovo/launchpad@orange-js/cli@pawaox4th/commit-cli@hypership/cli@getcanary/cli@nirtamir-cli/core@nirtamir-cli/ui@nirtamir-cli/utils@nirtamir2/cli@nitestack/project-manager@hbwow/cli@ice.ts/runner@fiberplane/spectacular-cli@ionic/angular-standalone-codemods@fveauvy/cli@posthog/wizardfragment-toolsgenerate-environmental-variables-examplegen-sdk-api@studiocms/upgrade@storyless/figma-to-svgemotive-aienv-aienv-example-generatoreslint-aifastzxfizzle-cli@proofgeist/kit@2digits/log
1.0.0-alpha.1

5 months ago

1.0.0-alpha.0

6 months ago

0.3.5

12 months ago

0.5.0

6 months ago

0.4.1

10 months ago

0.4.0

11 months ago

0.4.2

7 months ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago