improve funding message

This commit is contained in:
Kevin Jahns 2020-12-18 21:38:21 +01:00
parent ab9373c188
commit bbc688975d

View File

@ -3,9 +3,8 @@ const log = require('lib0/dist/logging.cjs')
log.print()
log.print(log.BOLD, log.GREEN, log.BOLD, 'Thank you for using Yjs ', log.RED, '❤\n')
log.print(log.GREY, 'The project has grown considerably in the past year. Too much for me to maintain in my spare time.')
log.print(log.GREY, 'Many companies build their products using this technology. Yet, this project receives very little funding.')
log.print(log.GREY, 'Yjs is far from done. I want to create more awesome extensions and work on the open issues that I')
log.print(log.GREY, 'currently don\'t have time for. Dear user, the future of this project entirely depends on you.\n')
log.print(
log.GREY,
'The project has grown considerably in the past year. Too much for me to maintain\nin my spare time. Several companies built their products with Yjs.\nYet, this project receives very little funding. Yjs is far from done. I want to\ncreate more awesome extensions and work on the growing number of open issues.\n', log.BOLD, 'Dear user, the future of this project entirely depends on you.\n')
log.print(log.BLUE, log.BOLD, 'Please start funding the project now: https://github.com/sponsors/dmonad \n')
log.print(log.GREY, '(This message will be removed when I achieved my funding goal)\n\n')
log.print(log.GREY, '(This message will be removed when I achieved my funding goal)\n\n')