mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-07 08:44:14 +01:00
Stylize name as MapSCII
This commit is contained in:
parent
1480258a73
commit
baceee6ad6
2
.github/ISSUE_TEMPLATE/BugReport.md
vendored
2
.github/ISSUE_TEMPLATE/BugReport.md
vendored
@ -8,7 +8,7 @@ about: Something isn’t working as expected
|
||||
<!--
|
||||
A step by step description of how to get to the error state.
|
||||
Are you using the the telnet or the local client?
|
||||
If you run Mapscii locally, what is your NodeJS version? (run `node -v`)
|
||||
If you run MapSCII locally, what is your NodeJS version? (run `node -v`)
|
||||
It might help to know which operating system and keyboard language your are using.
|
||||
-->
|
||||
|
||||
|
6
.github/ISSUE_TEMPLATE/Support.md
vendored
6
.github/ISSUE_TEMPLATE/Support.md
vendored
@ -1,15 +1,15 @@
|
||||
---
|
||||
name: "\U0001F984 Support Mapscii’s development"
|
||||
name: "\U0001F984 Support MapSCII’s development"
|
||||
about: I want to support efforts in maintaining this community-driven project
|
||||
---
|
||||
|
||||
--------------^ Click “Preview”!
|
||||
|
||||
Developing and maintaining an open source project is a big effort. Mapscii isn’t supported by any big company, and all the contributors are working on it in their free time. We need your help to make it sustainable.
|
||||
Developing and maintaining an open source project is a big effort. MapSCII isn’t supported by any big company, and all the contributors are working on it in their free time. We need your help to make it sustainable.
|
||||
|
||||
There are many ways you can help:
|
||||
|
||||
- Answer questions in [GitHub issues](https://github.com/rastapasta/mapscii/issues).
|
||||
- Review [pull requests](https://github.com/rastapasta/mapscii/pulls).
|
||||
- Fix bugs and add new features.
|
||||
- Write articles and talk about Mapscii on conferences and meetups (we’re always happy to review your texts and slides).
|
||||
- Write articles and talk about MapSCII on conferences and meetups (we’re always happy to review your texts and slides).
|
||||
|
2
main.js
2
main.js
@ -1,5 +1,5 @@
|
||||
/*#
|
||||
mapscii - Terminal Map Viewer
|
||||
MapSCII - Terminal Map Viewer
|
||||
by Michael Strassburger <codepoet@cpan.org>
|
||||
Discover the planet in your console!
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
mapscii - Terminal Map Viewer
|
||||
MapSCII - Terminal Map Viewer
|
||||
by Michael Strassburger <codepoet@cpan.org>
|
||||
|
||||
UI and central command center
|
||||
|
@ -15,7 +15,7 @@ const Tile = require('./Tile');
|
||||
const config = require('./config');
|
||||
|
||||
// https://github.com/mapbox/node-mbtiles has native build dependencies (sqlite3)
|
||||
// To maximize mapscii's compatibility, MBTiles support must be manually added via
|
||||
// To maximize MapSCII’s compatibility, MBTiles support must be manually added via
|
||||
// $> npm install -g mbtiles
|
||||
let MBTiles = null;
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user