Skip to content

Instantly share code, notes, and snippets.

@JaKXz
Last active November 7, 2022 06:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JaKXz/aaa17d44947554144d3e to your computer and use it in GitHub Desktop.
Save JaKXz/aaa17d44947554144d3e to your computer and use it in GitHub Desktop.
Starter for writing projects.
root = true
[*]
# Change these settings to your own preference
indent_style = space
indent_size = 2
# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
{
"name": "wdk",
"version": "1.0.0",
"description": "Write good in markdown",
"main": "package.json",
"scripts": {
"tdd": "nodemon -e md --exec 'npm run test'",
"test": "write-good *.md"
},
"private": true,
"devDependencies": {
"nodemon": "^2.0.0",
"write-good": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment