Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Releases: edm00se/BlueChalkySoup

Updated and Enhanced

22 Nov 15:35
Compare
Choose a tag to compare

I liked my previous implementation enough to come back to it to accomplish the following:

  • update the dependencies (and dev deps)
  • add some improved npm scripts, to assist with routine operations
  • break apart the boiler plate into its own repo (soon to be released)

Minor update to address dependency versions.

07 Jan 22:54
Compare
Choose a tag to compare

This is the updated version for the IBM ConnectED 2015 Chalk Talk "presentation" as given by Eric McCormick in Chalk203: "From Soup to Sandwich: Making MVC Java Classes and Front-end Development Work for You".

Please consult the README.md for further information on getting started.

Either download a zip or tar ball of the source or perform a clone from this release by:

  1. git clone https://github.com/edm00se/BlueChalkySoup.git
  2. cd BlueChalkySoup
  3. git checkout tags/v1.1

This will preserve the git remote association while allowing you to more easily upgrade once a new release is out. Alternatively, you could perform the shorthand and clone only at the v1.1 tag level with git clone -b v1.1 https://github.com/edm00se/BlueChalkySoup.git.

ChangeLog

bitHound Score

bitHound Dependencies

bitHound Dev Dependencies

Version 1.1

25 Nov 22:07
Compare
Choose a tag to compare

This is the updated version for the IBM ConnectED 2015 Chalk Talk "presentation" as given by Eric McCormick in Chalk203: "From Soup to Sandwich: Making MVC Java Classes and Front-end Development Work for You".

Please consult the README.md for further information on getting started.

Either download a zip or tar ball of the source or perform a clone from this release by:

  1. git clone https://github.com/edm00se/BlueChalkySoup.git
  2. cd BlueChalkySoup
  3. git checkout tags/v1.1

This will preserve the git remote association while allowing you to more easily upgrade once a new release is out. Alternatively, you could perform the shorthand and clone only at the v1.1 tag level with git clone -b v1.1 https://github.com/edm00se/BlueChalkySoup.git.

ChangeLog

bitHound Score

bitHound Dependencies

bitHound Dev Dependencies

Version 1.0

25 Nov 14:06
Compare
Choose a tag to compare

This is the as-used version for the IBM ConnectED 2015 Chalk Talk "presentation" as given by Eric McCormick in Chalk203: "From Soup to Sandwich: Making MVC Java Classes and Front-end Development Work for You".

Please consult the README.md for further information on getting started.

Either download a zip or tar ball of the source or perform a clone from this release by:

  1. git clone https://github.com/edm00se/BlueChalkySoup.git
  2. cd BlueChalkySoup
  3. git checkout tags/v1.0

This will preserve the git remote association while allowing you to more easily upgrade once a new release is out. Alternatively, you could perform the shorthand and clone only at the v1.0 tag level with git clone -b v1.0 https://github.com/edm00se/BlueChalkySoup.git.