generated from BRAVO68WEB/typescript-express-hasura-pgsql-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
installation cli
BRAVO68WEB edited this page Jul 16, 2023
·
2 revisions
- Navigate to the
apps/cli
directory:
cd apps/cli
- Install all dependencies:
yarn install
- Install CLI:
yarn r
- The CLI should now be installed. You can verify this by running:
shx --help
- Install CLI:
yarn global add shx-cli
- The CLI should now be installed. You can verify this by running:
shx --help