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
- Host: GitHub
- URL: https://github.com/leomosley/create-boring-portfolio
- Owner: leomosley
- License: mit
- Created: 2024-05-10T18:44:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T11:25:16.000Z (over 1 year ago)
- Last Synced: 2025-08-28T22:04:13.136Z (11 months ago)
- Topics: blog, cli, nextjs, portfolio, scaffold, showcase
- Language: TypeScript
- Homepage: https://create.boring-portfolio.dev
- Size: 1.04 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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