Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 641 Bytes

development.md

File metadata and controls

36 lines (20 loc) · 641 Bytes

<- readme

Development

We openly invite anyone to help develop the Xilution CLI. Here are some common development time operations you'll need to work with the Xilution CLI codebase.

First Things First

  • Run npm i to load dependencies.

To Verify

  • Run npm run verify. (Includes linting and testing.)

To Build

  • Run npm run build.

To Run

  • Run npm run start. (Will show usage.)

To See Usage

  • Run npm link to make command executable
  • Run xln-cli --help to see CLI usage

To Release

  • Run npm run release.

Copyright 2019-2021 Teapot, LLC.
Xilution is a DBA of Teapot, LLC.