# portfolio-generator

[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url]
[![Size][size-image]][npm-url] [![License][license-image]][npm-url]

[npm-url]: https://www.npmjs.com/package/portfolio-generator
[downloads-image]: http://img.shields.io/npm/dm/portfolio-generator.svg?style=for-the-badge
[npm-image]: http://img.shields.io/npm/v/portfolio-generator.svg?style=for-the-badge
[size-image]: http://img.shields.io/bundlephobia/min/portfolio-generator.svg?style=for-the-badge
[license-image]: http://img.shields.io/npm/l/portfolio-generator.svg?style=for-the-badge

- This package generates a bootstrap based portfolio website for you.
- Website will be using Next JS.
- You can download final generated code & deploy on vercel.
- View the template of generated website here https://bootstrapmade.com/demo/Personal/
- View my website which is also built in same template https://www.cybersaksham.co.in/
- View the full documentation of `portfolio-generator` here http://portfolio-generator.cybersaksham.co.in/

## Run Portfolio Generator

```bash
npx portfolio-generator my-portfolio
```

## Run the Website

```bash
cd portfolio-generator
npm run dev
# Go to http://localhost:3000
```

## In Future

These features may be added in future.

- Service section
- Different templates
- Other custom features

If you have any feature that may be added to the website then you can fork the repository, add that feature & create a pull request.
