Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhijithvijayan/portfolio-cli

CLI to use my portfolio site template to build yours!
https://github.com/abhijithvijayan/portfolio-cli

app cli cli-app javascript nodejs portfolio portfolio-generator

Last synced: 19 days ago
JSON representation

CLI to use my portfolio site template to build yours!

Awesome Lists containing this project

README

        

# portfolio-cli [![npm version](https://img.shields.io/npm/v/@abhijithvijayan/portfolio)](https://www.npmjs.com/package/@abhijithvijayan/portfolio) [![Build Status](https://travis-ci.com/abhijithvijayan/portfolio-cli.svg?branch=master)](https://travis-ci.com/abhijithvijayan/portfolio-cli)

> CLI to use my [portfolio](https://github.com/abhijithvijayan/v6) site as a template to build yours.

🙋‍♂️ Made by @abhijithvijayan



Donate:
PayPal,
Patreon




Buy Me a Coffee



## Install

Ensure you have [Node.js](https://nodejs.org) 10 or later installed. Then run the following:

```
npm install --global @abhijithvijayan/portfolio
```

If you don't want to install the CLI globally, you can use `npx` to run the CLI:

```
npx @abhijithvijayan/portfolio --help
```

## Usage

```
$ @abhijithvijayan/portfolio --help

CLI to use my portfolio site template to build yours!

Usage
$ @abhijithvijayan/portfolio [input] [options]

Input
generate Bootstraps the portfolio template
serve Serves the portfolio template locally
deploy Creates a travis config file to deploy to GitHub Pages

Options
-v, --version Show the version and exit with code 0

Examples
$ @abhijithvijayan/portfolio generate
```

## Show your support

Give a ⭐️ if this project helped you!

## License

MIT © [Abhijith Vijayan](https://abhijithvijayan.in)