UNPKG

@onereach/orest-input-cli

Version:

The tool for creating, serving, and publishing OREST Inputs

19 lines (14 loc) 287 B
# The tool for creating, serving, and publishing OREST Inputs ## Local use in development mode ```sh # link npm link @onereach/orest-input-cli # unlink npm unlink @onereach/orest-input-cli ``` ## Create your first input ```sh orest-input create folder_name cd folder_name pnpm i ```