developer-ci-benefits-demo

0.0.8 • Public • Published

Developer CI Benefits Demo Banner

Developer CI Benefits Demo

Greenkeeper badge CircleCI

This repository show's a CI setup. It works using steps described in the Developer CI Benefits Talk repository.

This repository should be used to help setup viewers repositories or for reference when reading the Developer CI Benefits Talk repository.

High level repository features

Listed below are tools used to setup this Repository and its CI with links to tool information as well as a link to where the tool is used in this repository.


Can JS be used instead of TS

JavaScript can be used instead of TypeScript. The list below articulates the differences at a high level.

  • This repository uses TypeScript because TypeScript is a great tool for articulating code.
    • TypeScript is 100% interchangeable with JavaScript.
      • To use JavaScript instead of TypeScript, use JavaScript with Babel.
      • To test JavaScript instead of TypeScript, use Jest.
      • To lint JavaScript instead of TypeScript, use ESLint.
  • Read more about the talk by clicking the "Developer CI Benefits Talk" or "Read more" links.

Reference

Listed below is attribution to this repository and where this repository can be referenced.

  • This is a demo repo setup to go along with the Developer CI Benefits Talk.
  • This is a dependency repository example for the Developer CI Benefits Talk.
  • This repository is a published on NPM. It development a full CI process.

Readme

Keywords

none

Package Sidebar

Install

npm i developer-ci-benefits-demo

Weekly Downloads

1

Version

0.0.8

License

MIT

Unpacked Size

248 kB

Total Files

23

Last publish

Collaborators

  • yowainwright