shivadev
Version:
<p align="center"> <img src="https://github.com/ShivaBhattacharjee/portfolio-v2/assets/95211406/708decd8-8e67-4d59-86e9-f50cac7e5d0b" alt="Logo" >
49 lines (38 loc) • 855 B
Markdown
<p align="center">
<img src="https://github.com/ShivaBhattacharjee/portfolio-v2/assets/95211406/708decd8-8e67-4d59-86e9-f50cac7e5d0b" alt="Logo" >
<h3 align="center">CLI tool to display information about me</h3>
</p>
## To run this
```bash
npx shivadev
```
### Local installation
```bash
git clone git@github.com:ShivaBhattacharjee/shiva-npm.git
```
```bash
cd shiva-npm
```
```bash
npm i
```
### Build
```bash
npm run build
```
### Start
```bash
npm start
```
### Publish to npm
```sh
npm login
```
```sh
npm publish
```
(make sure to change the name in package.json before publishing)
## License
Distributed under the MIT License . See [LICENSE](https://github.com/ShivaBhattacharjee/shiva-npm/blob/main/LICENSE) for more information.
## Authors
* **Shiva Bhattacharjee** - [Shiva Bhattacharjee](https://github.com/ShivaBhattacharjee)