An open API service indexing awesome lists of open source software.

https://github.com/leomosley/create-boring-portfolio

CLI to create a simple portfolio with blog
https://github.com/leomosley/create-boring-portfolio

blog cli nextjs portfolio scaffold showcase

Last synced: 10 months ago
JSON representation

CLI to create a simple portfolio with blog

Awesome Lists containing this project

README

          


create-boring-portfolio


A CLI tool to create a simple Next.js portfolio + blog.


Get started by running npx create-boring-portfolio

[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][npm-url]

Getting Started


To scaffold a portfolio using `create-boring-portfolio`, run the command below:


```bash
npx create-boring-portfolio
```

Once you have initiated the process you will have to provide a name for your portfolio.

Then you will be prompted to enter your GitHub usename. This is so we can use the [GitHub API](https://docs.github.com/en/rest) to fetch the projects which you have selected to be showcased in the projects section of your portfolio.

Finally you will be asked to provide the topic tag you would like to use to identify which projects should be showcased. By default this is set to `showcase`.

[downloads-image]: https://img.shields.io/npm/dm/create-boring-portfolio?color=364fc7&logoColor=364fc7
[npm-url]: https://www.npmjs.com/package/create-boring-portfolio
[npm-image]: https://img.shields.io/npm/v/create-boring-portfolio?color=0b7285&logoColor=0b7285