File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ const chalk = require ( 'chalk' ) ;
2+
3+ process . stdout . write ( chalk . white ( `
4+ ${ chalk . yellow ( '| ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ |' ) }
5+ ${ chalk . blue ( `🙏 Thanks for downloading ${ chalk . green ( 'gren' ) } ` ) }
6+ ${ chalk . yellow ( '| ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ |' ) }
7+
8+ Before you start:
9+
10+ 1. Generate a token with ${ chalk . yellow ( 'repo scope' ) } at this link: ${ chalk . blue ( 'https://github.com/settings/tokens/new' ) }
11+ 2. Run ${ chalk . green ( 'gren init' ) } to create a config file
12+ 3. Run ${ chalk . green ( 'gren help' ) } for more help or see ${ chalk . blue ( 'https://github-tools.github.io/github-release-notes/' ) }
13+
14+ For any questions/issues, go here: ${ chalk . blue ( 'https://github.com/github-tools/github-release-notes/issues' ) }
15+
16+ If you like ${ chalk . green ( 'gren' ) } , feel free to ⭐ it!
17+
18+
19+ ${ chalk . yellow ( '.:| ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ |:.' ) }
20+
21+
22+ ` ) ) ;
Original file line number Diff line number Diff line change 99 "coverage" : " nyc --reporter=lcov --reporter=text mocha --compilers=js:babel-register" ,
1010 "options" : " node tasks/_generate-options.js" ,
1111 "examples" : " node tasks/_generate-examples.js" ,
12- "docs" : " npm run options && npm run examples && node_modules/.bin/jsdoc -c .jsdoc.conf.json --verbose"
12+ "docs" : " npm run options && npm run examples && node_modules/.bin/jsdoc -c .jsdoc.conf.json --verbose" ,
13+ "postinstall" : " node ./_postinstall.js"
1314 },
1415 "repository" : {
1516 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments