Skip to content

Commit

Permalink
docs(README): move paywalled video to new resources section below (#188)
Browse files Browse the repository at this point in the history
Closes #176

- [x] Documentation
- [x] Ready to be merged
  • Loading branch information
danecando authored and Kent C. Dodds committed Oct 4, 2018
1 parent 13088e7 commit 4b45a86
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ All the benefits of npm scripts without the cost of a bloated package.json and l
[![Examples][examples-badge]][examples]
[![nps friendly][nps-badge]](#badge)

## Quick Video Intro :tv:

<a href="http://kcd.im/nps-video" title="Pull out npm scripts into another file with nps">
<img src="https://github.com/kentcdodds/nps/raw/master/other/video-screenshot.png" alt="Video Screenshot" title="Video Screenshot" width="700" />
</a>

[Pull out npm scripts into another file with nps][video] by [Elijah Manor](https://github.com/elijahmanor) (5:53)

## The problem

Even though npm scripts have a ton of advantages ([learn more][scripts-advantages]), it can grow into an
Expand Down Expand Up @@ -451,6 +443,10 @@ Note, often servers are configured to run `npm start` by default to start the se
provide a `default` script at the root of your scripts which will be run when `npm start` is run without any arguments.
Effectively this will allow you to have a script run when `npm start` is executed.

## Resources / Tutorials

* [Pull out npm scripts into another file with nps][video] by [Elijah Manor](https://github.com/elijahmanor) (5:53)

## Inspiration

This was inspired by [a tweet][tweet] by [@sindresorhus][sindre].
Expand Down

0 comments on commit 4b45a86

Please sign in to comment.