admin
admin copied to clipboard
CLI tool for setting up and maintaining a nodeschool chapters and other things.
Due to an DNS issue team.nodeschool.io is not available anymore. Needs to be setup again. Maybe hosted on zeit.co?
Subtask for #6 Right now I implemented a `events.json` as single file because: 1. Easy to process 2. Easy to modify But there is the possibility of having `events/.json` instead....
node 0.12 doesn't support `Object.assign` this PR proposes a fix.
What if we add a fallback for the Github variables **gh-token**, **gh-client-id**, **gh-client-secret** into a .config file that you could fill? i.e. @ groupon we have those env. variables already...
This is a request in response to https://github.com/nodeschool/newsletter/issues/12. After [the chapter specification](https://github.com/nodeschool/admin/issues/6) is decided it would be good to have not just a list of chapters but also of a...
At present, to use Chapter Mode, your terminal needs to be pointed to a directory that has a remote Chapter git repository. The way to set up a Chapter repository...
Subtask of #6 All logos have a short-name written at the bottom of the chapter. It might be important to make sure that those names are "unique" (not overlapping with...
The validation of a chapter is important and should be done before we migrate all chapters. After our first migration continuous updates might become more problematic so it would be...
Hello everyone! I have been giving `nodeschool-admin` a one-shot (this proposal-style) effort to lift it from the ground. I think it could be something really useful and I am hoping...
The header art of NodeSchool-admin does not automatically resize if the terminal window resizes. . Not sure how to fix this.