pohlman
v1.6.0
Published
an npm package to make my life a little bit easier
Readme
npm-pohlman
My npm package for short commands
Npm Package Pohlman
Installation
To install the package globally, run:
npm install -g pohlmanTo install the package locally, run:
npm install pohlmanUsage
Here are the available commands you can run with pohlman:
Show Version
To show the version of the pohlman package:
pohlman -v
pohlman --versionShow Help
To show the help message with available commands:
pohlman -h
pohlman --helpRebuild
To reset the local repository to match the GitHub repository:
pohlman rebuildCreate New Project
To create a new backend project with TypeScript and necessary configurations:
pohlman new projectThis command will:
- Initialize a new npm project
- Install TypeScript and necessary type definitions
- Initialize a TypeScript configuration file
- Install
ts-node - Create a
.gitignorefile - Create CI/CD workflow files in
.github/workflows
For more information, visit https://github.com/Ridvan-bot/npm-pohlman
