0.14.38-patch.0 • Published 4 years ago

@cardstack/cli v0.14.38-patch.0

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

Cardstack CLI

The Cardstack CLI is a work-in-progress project to create a smooth quickstart experience for new developers and a straightforward way to use the Card SDK. It handles tasks like creating new Cards, starting the Hub, installing dependencies, and generating code from templates.

Under the hood, the CLI uses Embroider for the build and yargs to manage user inputs.

Using the CLI

To run the CLI:

yarn compile --watch
node ./bin/cardstack.js <command>

To see a list of commands:

yarn compile --watch
node ./bin/cardstack.js --help

Apps are served from localhost:4200.

Contributing to the CLI

The CLI codebase uses TypeScript, so make sure you always have a compiler running while you work:

yarn compile --watch

To disable rebuilds of the Ember App as you make changes:

CARDSTACK_DEV=true node ./bin/cardstack.js start

To view the built app, follow the path printed in the console by Embroider.

WIP: Current Quickstart Example for while we're developing this

Launching hub from inside the blueprint (you need a local embroider checkout that is built (yarn compile) and available for yarn linking):

  • cd packages/cardhost
  • yarn link @embroider/core @embroider/compat @embroider/webpack
  • ember s

Loading the first-card example:

  • cd packages/cli
  • node ./bin/cardstack.js load -c ./node-tests/sample-cards/first-card -d ../cardhost
0.14.38-patch.0

4 years ago

0.14.24-patch.1

4 years ago

0.14.49

4 years ago

0.14.48

4 years ago

0.14.47

4 years ago

0.14.46

4 years ago

0.14.45

4 years ago

0.14.43

4 years ago

0.14.42

4 years ago

0.14.41

4 years ago

0.14.40

4 years ago

0.14.39

4 years ago

0.14.38

4 years ago

0.14.37

4 years ago

0.14.36

4 years ago

0.14.35

4 years ago

0.14.34

4 years ago

0.14.33

4 years ago

0.14.32

5 years ago

0.14.31

5 years ago

0.14.30

5 years ago

0.14.29

5 years ago

0.14.28

5 years ago

0.14.27

5 years ago

0.14.26

5 years ago

0.14.25

5 years ago

0.14.24

5 years ago

0.14.24-alpha.0

5 years ago

0.14.23

5 years ago

0.14.22

5 years ago

0.14.21

5 years ago

0.14.20

5 years ago

0.14.18

5 years ago

0.14.17

5 years ago

0.14.16

5 years ago

0.14.13

5 years ago

0.14.11

5 years ago

0.14.10

5 years ago

0.14.9

5 years ago

0.14.8

5 years ago

0.14.7

5 years ago

0.14.6

5 years ago

0.14.5

5 years ago

0.14.4

5 years ago

0.14.3

5 years ago

0.14.2

5 years ago

0.14.0

5 years ago