Skip to content

customerio/pkg-cmd

Repository files navigation

pkg-cmd

Set of scripts to help with common package tasks. Supports Node and Go.

Install

To install pkg-cmd, run:

npm install test

Usage

When installed, you can run the following commands to initialize a new package:

npx pkg-cmd init

This will start an interactive prompt to help you set up your package.

API

pkg-cmd init

Starts an interactive prompt to help you set up your package.

pkg-cmd format

Runs prettier.

pkg-cmd lint

Runs all lint commands.

pkg-cmd lint:eslint

Runs eslint.

pkg-cmd lint:alex

Runs alex.

pkg-cmd release

Runs np.

pkg-cmd test

Runs jest commands.


License

Released under the MIT License. See file LICENSE for more details.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published