1.1.0 • Published 3 years ago

inst-cli v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

inst-cli

A workspace manager integrated with Yarn for quickly constructing workspaces from boilerplates using a basic template engine and integrated CLI prompts.

Installation

yarn global add inst-cli


# Creates a new boilerplate in the current working directory
inst template @stellar-apps/serverless-react-app

# Creates a new workspace with the `@stellar-apps/serverless-react-app` boilerplate
inst add @stellar-apps/serverless-react-app

inst-cli

inst init [workspace]

Creates a new Inst+Yarn workspace at the path.join(process.env.CWD, workspace). The workspace comes with a script called inst and you're encourage to use yarn inst instead of inst from here on out when inside the workspace.

  • workspace
    • The name and directory of your new workspace.

yarn inst add [template] [name] [--cwd=directory]

Adds a new package to your workspace installed from the template positional argument. If using yarn inst, the new package will automatically appear in the directory [workspace]/packages/[name]

  • template
    • The NPM package, git repo, or local template to create a workspace from
    • Examples
yarn inst some-npm-inst-template
yarn inst file:/path/to/my/local/template
yarn inst https://github.com/jaredLunde/cool-github-inst-template
  • name
    • The name of the new package in your workspace. If not provided you will be prompted for a name.
  • --cwd
    • Joins the process.cwd() to this path when creating the environment


inst template [template-name] [--cwd=directory]

Creates a new blank template in the current working directory or --cwd. This template can then be installed via inst add above.

  • template-name
    • The name of the new template you're creating
  • --cwd
    • Joins the process.cwd() to this path when creating the environment

1.1.0

3 years ago

1.0.69

4 years ago

1.0.68

4 years ago

1.0.67

4 years ago

1.0.66

4 years ago

1.0.65

4 years ago

1.0.64

4 years ago

1.0.63

4 years ago

1.0.62

4 years ago

1.0.61

4 years ago

1.0.60

4 years ago

1.0.59

5 years ago

1.0.58

5 years ago

1.0.57

5 years ago

1.0.56

5 years ago

1.0.55

5 years ago

1.0.54

5 years ago

1.0.53

5 years ago

1.0.52

5 years ago

1.0.51

5 years ago

1.0.50

5 years ago

1.0.49

5 years ago

1.0.48

5 years ago

1.0.47

5 years ago

1.0.46

5 years ago

1.0.44

5 years ago

1.0.43

5 years ago

1.0.42

5 years ago

1.0.41

5 years ago

1.0.40

5 years ago

1.0.39

5 years ago

1.0.38

5 years ago

1.0.37

5 years ago

1.0.36

5 years ago

1.0.35

5 years ago

1.0.34

5 years ago

1.0.33

5 years ago

1.0.32

5 years ago

1.0.31

5 years ago

1.0.30

5 years ago

1.0.29

5 years ago

1.0.28

5 years ago

1.0.27

5 years ago

1.0.26

5 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago