<!-- markdownlint-disable MD033 MD041 MD043 -->

<img
  src="https://kura.pro/dotfiles/v2/images/logos/dotfiles.svg"
  alt="dotfiles logo"
  width="66"
  align="right"
/>

<!-- markdownlint-enable MD033 MD041 -->

# Dotfiles (v0.2.469)

Simply designed to fit your shell life 🐚

![Dotfiles banner][banner]

## 🅿🅽🅿🅼 🅰🅻🅸🅰🆂🅴🆂

This code provides a set of aliases for [pnpm](https://pnpm.js.org/).

- `pni` Initialize a new project.
- `pnin` Install the project dependencies.
- `pnb` Build the project.
- `pnrun` Run a script from the project.
- `pnd` Run the project in dev mode.
- `pns` Run the project in serve mode.
- `pnst` Start the project.
- `pnln` Lint the project.
- `pnls` List all dependencies.
- `pnout` Check for outdated dependencies.
- `pnt` Test the project.
- `pntc` Test the project with coverage.
- `pndoc` Generate the project documentation.
- `pnpub` Publish the project.
- `pnwhy` Check why a dependency is installed.
- `pnui` Update a dependency interactively.
- `pnuil` Update a dependency interactively to the latest version.
- `pnup` Update a dependency.
- `pnad` Add a dev dependency to the project.
- `pnap` Add a peer dependency to the project.
- `pnrm` Remove a dependency from the project.
- `pnun` Uninstall the project dependencies.
- `pnga` Add a global dependency.
- `pngls` List all global dependencies.
- `pngrm` Remove a global dependency.
- `pngu` Update a global dependency.
- `pnh` Show the help.
- `pnc` Create a new project.
- `pnsv` Run the project in server mode.
- `pnx` Shortcut to pnpx.

[banner]: https://kura.pro/dotfiles/v2/images/titles/title-dotfiles.svg
