Giter VIP home page Giter VIP logo

beacon's Introduction

All Contributors First-timers-only Friendly Twitter

Project Description

Read this to get to know what we're building for this project!

Beacon wants to be a helpful tool that makes it easier to keep up to date with breaking changes in your applications when working on a team. Here's an ideal use case of Beacon:

  • Your team is working on an app that tells household cats which furniture they can scratch on a specific day.
  • You write a migration for your database; this change is a breaking change because your team won't be able to continue hacking until they too update their databases on their local dev machines.
  • Rather than having your team fumble trying to figure out what changes were made and why the cats are now able to scratch all the furniture they like; you can use Beacon to keep your team up to date!
  • After making your breaking change, you can run beacon in the command line to write a note that you made a breaking change. Beacon will store this note in the log of breaking changes.
  • Whenever a dev finds something a bit troubling with their development environment, they can run Beacon from their command line to see if there were any recent changes.

Note, I intend for this project to be written in Golang; there are a lot of boilerplate tools and libraries for building CLI tools more easily; but we'll try building this from scratch so we can get to know the language. I, at least, want to improve my understanding of Go at a more basic level. Also, as someone who started out as a web dev, I have less experience with simple stuff like reading / writing files / command line tooling.

What problem does this tool address?

Good question. If something breaks in a team application, it can take a while to find out what; you may have to crawl through some git logs or start yelling until someone tells you to calm down and what you need to do. Now you can avoid that by having a specific changelog that only deals with logging important breaking changes.

Welcome Notes

Read this to learn how The Heap works collaboratively on projects.

Welcome to one of THE HEAP's open source projects! Let's take a moment to identify the environment that we will be collaborating in. This project aims to be as accessible as possible to people who want to contribute to open source code! We've got a few things to go over, so if you're new to Github, or contributing to open source software, take a breather and then read on! You got this. ๐Ÿ‘Œ

Before we get into the project itself, let's get to know our collaborative environment:

  • Most of the activity regarding the project's status happens right here on github, especially on the issues page. Here you can see a roadmap for our project, pick out issues, and keep an eye on conversations.
  • The Heap has a Twitter account to tweet both about projects and programming (and life, the universe...). Follow us to stay in the loop.

The following steps will inform the code you write and help you make good pull requests.

  1. Understanding how to contribute.
  2. Read Project Components below, for getting setup.

Project Setup

Read this to learn how to get the project running on your local computer

  1. Install golang on your computer
  2. Fork this repo
  3. Clone your fork to your GOPATH (for example mine is, ~/Development/go/src/github.com/teesloane/beacon)
  • Yours might be something like ~/go/src/github.com/{yourGithubUserName}/beacon
  1. Try running Beacon:
  • Navigate to the beacon folder in your terminal
  • type: Run main.go

Terminology

Read this to get to know terminology that might help to clarify some aspects of the project / dispel jargon

CLI - (Command line tool). A tool used from your computer's terminal (aka; command line)

Breaking Change - This is a broad term. For the purpose of this project, a breaking change is any changes to your tech / dev environment that will halt other people's ability to develop and hack until they update / upgrade / resolve the change as the original author of the change did.

Other

  • Thanks for being you
  • Follow The Heap on twitter.

Contributors

Thanks goes to these wonderful people (emoji key):


Bronek Szulc

๐Ÿ’ป ๐Ÿ‘€

Matthew Mihok

๐Ÿ’ฌ ๐Ÿ‘€

Tyler

๐Ÿ’ป ๐ŸŽจ ๐Ÿ“– ๐Ÿ“‹

This project follows the all-contributors specification. Contributions of any kind welcome!

beacon's People

Contributors

teesloane avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.