lets party 🎉🙌
This commit is contained in:
imfunny 2019-05-20 15:15:12 +05:30 committed by GitHub
parent 62c231f53c
commit ed5ca7a8b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ options = {
};
program
.version('0.1.1')
.version('0.1.2')
.option('-t, --title [title]', 'give blog a title')
.option('-s, --subtitle [subtitle]', 'give blog a subtitle', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.')
.option('-p, --pagetitle [pagetitle]', 'give blog page a title')

View File

@ -13,7 +13,7 @@ const { updateHTML } = require('./populate');
/* Specify the options the program uses */
program
.version('0.1.1')
.version('0.1.2')
.option('-n, --name [username]', 'your GitHub username. This will be used to customize your site')
.option('-t, --theme [theme]', 'specify a theme to use')
.option('-b, --background [background]', 'set the background image')

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "gitfolio",
"version": "0.1.1",
"version": "0.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "gitfolio",
"version": "0.1.1",
"version": "0.1.2",
"description": "portfolio website for showcasing your work",
"main": "build.js",
"scripts": {