npm.io
0.3.0 • Published 2 years agoCLI

@procore/jump-start

Licence
SEE LICENSE IN LICENSE
Version
0.3.0
Deps
4
Size
42 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated

@procore/jump-start

Tools for ensuring that your project has the tools that it needs to function.

This is done by leveraging the .tool-versions file and asdf, @procore/jump-start.

Quick Start

At the root of your project, run:

npx @procore/jump-start@latest setup # or pnpx

CLI Commands

Usage:
  $ jump-start

Commands:
  setup  installs toolchain using asdf


For more info, run any command with the `--help` flag:
  $ jump-start setup --help
  $ jump-start --help

Options:
  -h, --help     Display this message
  -v, --version  Display version number

API Methods

No methods exported at this time.

Development

This project uses yarn, and supports the following commands:

  • build: builds and bundles the project.
  • format: runs prettier on the project.
  • test: runs the unit test suite, reporting coverage.
  • test:dev: run the unit test suite in watch mode.