Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ember-new-plus (for The Ember Times - Issue No. 153) #686

Merged
merged 6 commits into from
Jun 17, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions source/2020-06-19-the-ember-times-issue-153.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: The Ember Times - Issue No. 153
author: the crowd
author: Aseem Taneja, the crowd
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2020
alias : "blog/2020/06/12-the-ember-times-issue-153.html"
responsive: true
Expand All @@ -14,14 +14,13 @@ READMORE

---

## [Section title in sentence case 🐹](section-url)
## [Set up fast with `ember-new-plus` ⚡️](https://github.com/atej/ember-new-plus)

<change section title emoji>
<consider adding some bold to your paragraph>
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
[Aseem Taneja (@atej)](https://github.com/atej) has created a bash script that automates the setup of some often-used tools in an ember project. To further enhance your DX, it also recommends [VS Code](https://code.visualstudio.com/) extensions and generates settings to integrate with them.
atej marked this conversation as resolved.
Show resolved Hide resolved

<add your name to author list, top and bottom>
<add blurb and emoji to "SOME-INTRO-HERE">
Based on your selections, you get – linting and formatting with [ESLint](https://eslint.org) + [Prettier](https://prettier.io), utility-first CSS with [Tailwind CSS](https://tailwindcss.com) + [PostCSS](https://postcss.org), git hooks with [Husky](https://github.com/typicode/husky), pre-commit linting of staged files with [lint-staged](https://github.com/okonet/lint-staged), adherance to [conventional commit messages](https://conventionalcommits.org) with [commitlint](https://github.com/conventional-changelog/commitlint), and a launch configuration for in-editor debugging with VS Code's [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome).
atej marked this conversation as resolved.
Show resolved Hide resolved

The configuration files generated when you first [run the script](https://github.com/atej/ember-new-plus#quickstart-) can be tuned to your preference later.
atej marked this conversation as resolved.
Show resolved Hide resolved

---

Expand Down Expand Up @@ -143,4 +142,4 @@ That's another wrap! ✨

Be kind,

the crowd and the Learning Team
Aseem Taneja, the crowd and the Learning Team