generator-trend
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -11,27 +11,3 @@ 'use strict'; | ||
yeoman = require('yeoman-generator'), | ||
welcome = ''+'\n'+ | ||
'\n'+' ██████████████'.red+ | ||
'\n'+' ██████████████████████'.red+ | ||
'\n'+' ███████████████████████████'.red+ | ||
'\n'+' █████████████████████ █'.red+ | ||
'\n'+' ██████████████████████████████'.red+' ███████████ ██████████ ██████████ ████ ███ ████████'+ | ||
'\n'+' ████████████████████████████████ █'.red+' ███████████ ████████████ ██████████ ██████ ███ ███████████'+ | ||
'\n'+' ██████████████████████████████████ █'.red+' ███ ███ ███ ███ ███████ ███ ███ ████'+ | ||
'\n'+' ██████████████████████████████████ █'.red+' ███ ████████████ ██████████ ███ ████ ███ ███ ███'+ | ||
'\n'+' ███████████ ████████████████████ ███'.red+' ███ ██████████ ███ ███ ███████ ███ ███'+ | ||
'\n'+' ████████ ████████████████████ ████'.red+' ███ ███ ████ ███ ███ ██████ ███ ████'+ | ||
'\n'+' ████ ████████████████ █████'.red+' ███ ███ ████ ██████████ ███ █████ ███████████'+ | ||
'\n'+' ██████ ████████████████████ ██████'.red+ | ||
'\n'+' ████ ██████████████████ ███████'.red+' TM'+ | ||
'\n'+' ███ █████████████████ █████████'.red+' ██ ██ ██ █████ ██████ █████'+ | ||
'\n'+' ██ ██████████████ ██████████'.red+' ███ ███ ██ ██ ██ ██ ██ █ ██'+ | ||
'\n'+' █ █████████ ███████████'.red+' █ █ █ █ ██ ██ ██████ ██ ██'+ | ||
'\n'+' █████████████'.red+' █ ███ █ ██ ██████ ██ ██ ██████'+ | ||
'\n'+' ████████████████'.red+ | ||
'\n'+' █████████████████████████'.red+ | ||
'\n'+' █████████████████████████'.red+ | ||
'\n'+' ███████████████████████'.red+ | ||
'\n'+' ██████████████'.red+ | ||
'\n'; | ||
console.log(welcome); | ||
TMLogo = require('../libs/logo'); | ||
@@ -46,2 +22,5 @@ var TrendGenerator = module.exports = function TrendGenerator(args, options, config) { | ||
this.pkg = JSON.parse(this.readFileAsString(path.join(__dirname, '../package.json'))); | ||
// show trend logo | ||
console.log(TMLogo.logo); | ||
}; | ||
@@ -48,0 +27,0 @@ |
{ | ||
"name": "generator-trend", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "A generator for Yeoman, create trend style project", | ||
"keywords": [ | ||
"yeoman-generator", | ||
"trend" | ||
"trend" | ||
], | ||
@@ -25,3 +25,4 @@ "homepage": "https://github.com/IskenHuang/generator-trend", | ||
"dependencies": { | ||
"yeoman-generator": "~0.13.2" | ||
"yeoman-generator": "~0.13.2", | ||
"chalk": "~0.2.1" | ||
}, | ||
@@ -28,0 +29,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84742
48
1517
2
+ Addedchalk@~0.2.1