Skip to content

Commit

Permalink
Add whitespace formatting to skill markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maighdlyn committed Sep 27, 2017
1 parent c2f5180 commit f815392
Show file tree
Hide file tree
Showing 454 changed files with 2,724 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bin/skillsPopulate
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ function createSampleFiles(skillsId, skillsName) {
console.log('skill Title length ---', skillsId.length)
for(let i = 0; i < skillsId.length; i++){
const sampleData =
`# ${skillsName[i]}\n` +
`_description tbd_\n` +
`## Resources\n` +
`### Reading\n` +
`_nothing here yet, please add something_\n` +
`### Watching\n` +
`# ${skillsName[i]}\n\n` +
`_description tbd_\n\n` +
`## Resources\n\n` +
`### Reading\n\n` +
`_nothing here yet, please add something_\n\n` +
`### Watching\n\n` +
`_nothing here yet, please add something_\n`

fsPromise('writeFile', [`./skills/${skillsId[i]}.md`, sampleData])
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can add `./node_modules/.bin` to your `$PATH`, in the shell

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
6 changes: 6 additions & 0 deletions skills/Can-add-Git-metadata-to-your-shell-prompt.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can add Git metadata to your shell prompt

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can add a custom bin directory to their Shell config, in the terminal

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can add authorization to an HTTP API to restrict access to certain resources

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
6 changes: 6 additions & 0 deletions skills/Can-add-features-to-a-pre-existing-Node-codebase.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can add features to a pre-existing Node codebase

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can add properties to the prototype of a JavaScript Constructor

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
6 changes: 6 additions & 0 deletions skills/Can-affectively-manipulate-the-DOM-in-a-Browser.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can affectively manipulate the DOM in a Browser

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can assess what an appropriate salary is for my experience level at a hiring company

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
6 changes: 6 additions & 0 deletions skills/Can-author-a-JavaScript-RegExp-with-a-character-set.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can author a JavaScript RegExp with a character set

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can author a Regular Expression by using the RegExp constructor

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can author a Regular Expression literal in JavaScript

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can avoid defining global variables in Browser JavaScript

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
6 changes: 6 additions & 0 deletions skills/Can-bind-to-a-DOM-event-in-the-Browser.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can bind to a DOM event in the Browser

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can build a HTTP API with authentication using Passport OAuth

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can build a HTTP API with simple authentication using bcrypt and session cookies

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
6 changes: 6 additions & 0 deletions skills/Can-build-a-HTTP-server-with-Node-and-Express.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can build a HTTP server with Node and Express

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
6 changes: 6 additions & 0 deletions skills/Can-build-a-RESTful-API-using-Express.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can build a RESTful API using Express

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can build a SQL schema for a given problem definition

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
6 changes: 6 additions & 0 deletions skills/Can-build-a-full-stack-application-using-Express.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can build a full stack application using Express

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can calculate the value of stock options at a hiring company

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
6 changes: 6 additions & 0 deletions skills/Can-catch,-log-and-re-throw-errors-in-JavaScript.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can catch, log and re-throw errors in JavaScript

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
6 changes: 6 additions & 0 deletions skills/Can-catch-and-rescue-from-an-error-in-JavaScript.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can catch and rescue from an error in JavaScript

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can change element styling using the Chrome Developer Tools

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
6 changes: 6 additions & 0 deletions skills/Can-clone-a-Git-repository.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can clone a Git repository

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can configure a Bash shell by modifying the `~/.bashrc` and `~/.bash_profile` files

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
6 changes: 6 additions & 0 deletions skills/Can-configure-npm-test-to-run-Mocha,-in-Node.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can configure `npm test` to run Mocha, in Node

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Can convert a function that uses callbacks into function that returns a JavaScript Promise

_description tbd_

## Resources

### Reading

_nothing here yet, please add something_

### Watching

_nothing here yet, please add something_
Loading

0 comments on commit f815392

Please sign in to comment.