Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/abhijithvijayan/portfolio-cli
- Owner: abhijithvijayan
- License: mit
- Created: 2019-10-25T16:19:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T08:23:13.000Z (over 4 years ago)
- Last Synced: 2024-10-04T17:25:28.022Z (about 1 month ago)
- Topics: app, cli, cli-app, javascript, nodejs, portfolio, portfolio-generator
- Language: JavaScript
- Homepage: https://www.abhijithvijayan.in
- Size: 649 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license
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
## 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 --helpCLI 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 PagesOptions
-v, --version Show the version and exit with code 0Examples
$ @abhijithvijayan/portfolio generate
```## Show your support
Give a ⭐️ if this project helped you!
## License
MIT © [Abhijith Vijayan](https://abhijithvijayan.in)