developer-ci-benefits-demo
v0.0.8
Published
This is a demo repo setup to go along with the Developer CI Benefits Talk
Downloads
10
Readme
Developer CI Benefits Demo
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.
- EditorConfig: provides a standard config for code editors.
- Markdownlint; ensures that markdown is written to a standard.
- NVM: defines the version of node to be used for this project
- TypeScript: provides type checking; helps articulate what code is doing.
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.
- TypeScript is 100% interchangeable with JavaScript.
- 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.