Set of scripts to help with common package tasks. Supports Node and Go.
To install pkg-cmd, run:
npm install test
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.
Starts an interactive prompt to help you set up your package.
Runs prettier.
Runs all lint commands.
Runs eslint.
Runs alex.
Runs np.
Runs jest commands.
Released under the MIT License. See file LICENSE for more details.