0.3.0 • Published 2 years ago

@procore/jump-start v0.3.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
2 years ago

@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.
0.3.0

2 years ago

0.2.0

2 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.0

3 years ago