1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 15:37:24 +00:00
Commit Graph

66 Commits

Author SHA1 Message Date
Memas Deligeorgakis
d07240fbac 📚 Updated readme me to instruct to create Mongo db directory under the Mac OS
Document use of the home directory on macOS 10.15 and above
Thanks to @memasdeligeorgakis
2019-10-18 23:15:54 +02:00
Peter Blazejewicz
3414ceca45 Migrate TSLint to ESLint. Closes #209
This commit rewrites linting support in the project to be based solely
on the ESLint as advised by the TSLint tool authors:
https://medium.com/palantir/tslint-in-2019-1a144c2317a9

The migration is based on default, recommended settings for TypeScript
in ESLint and is expected to be updated in future to better fit project
goals.

All references has been updated and replaced with relevant ESLint
context:

- dependencies migration from TSLint to ESLint
- VSCode configuration changes to support ESLint exension
- VSCode extensions recommendation changes
- `.eslintrc` and `.eslintignore` configuration files added
- all error level problems in the source files are covered by this
  migration

Thanks!
2019-07-15 23:14:51 +02:00
Peter Blazejewicz
b06d11e379 📝 remove reference to legacy file. Closes #190
The configuration for Jest tests with support fo the TypeScript files
are now handled by Jest configuration file.

Thanks!
2019-07-05 22:50:01 +02:00
Philippe Loctaux
828ee59519 added link to vscode TSLint extention in readme 2019-06-29 17:00:50 +02:00
Orta Therox
3504e8a6a5 Improvements to the README from PR #145 2019-06-19 15:27:20 -07:00
Orta
37df3a7454 Merge pull request #151 from jarifibrahim/patch-2
fix typo: Interesting should be Interested.
2019-06-19 14:57:02 -07:00
Orta
f14f151ab9 Merge pull request #140 from juliawong/patch-1
Fix typo in README
2019-06-19 14:38:16 -07:00
Orta
6cb95cc17e Merge pull request #164 from rhyuen/patch-1
Some grammatical changes to README.md
2019-06-19 14:37:19 -07:00
Orta
b5d4f3ca07 Merge pull request #157 from NMVikings/license_in_readme
Add license section to README.md
2019-06-19 14:33:54 -07:00
Orta
e498350af9 Merge pull request #137 from atefBB/patch-1
Update README.md
2019-06-19 14:29:39 -07:00
Orta
eb1e6c9a10 Merge pull request #143 from jadsonluan/minor-grammar-fixes
Fix informal title in README.md
2019-06-19 14:28:36 -07:00
Jason Cooke
f922126354 docs: fix typo 2019-06-10 10:40:22 +12:00
Bowden Kelly
044db381fd Update README.md
fix demo link
2019-05-15 18:11:45 -07:00
Bowden Kelly
2a75fa0660 update demo page 2019-05-15 16:39:31 -07:00
Robert
5bab691a48 Some grammatical changes to README.md
Line 67 ("Change 'MongoLab's Website' to 'mLab's Website'.")
Line 107 (Removed 'for')
Line 146 (Added an 's' to project)
Line 191 (Grammar Changes)
Line 232 (Missing 's' on 'define')
Line 366 (Added comma before 'when configured correctly')
2018-10-30 15:32:09 -07:00
NMVikings
0cabf80fb0 Add license section to Readme.md 2018-10-22 15:40:51 +03:00
Ibrahim Jarif
e5de145510 fix typo: Interesting should be Interested. 2018-10-15 12:23:59 +05:30
Luan
872f1ee7cd Fix informal title 2018-10-04 18:51:54 -03:00
Julia
d96315e492 Fix typo in README 2018-10-01 17:57:50 +10:00
Atef Ben Ali
f6cafb50f5 Update README.md
Use 'we' instead of 'I'.
2018-08-26 07:38:19 +02:00
Sajad Torkamani
8ca5b69332 Fix typo in README.md 2018-07-20 15:38:40 +07:00
Elias Ojala
d69fee23c1 Syntax highlighting 2018-04-19 22:10:48 +03:00
Sam Severance
994b91e766 Add watch-test Script 2018-04-11 17:06:30 -04:00
David
d2b296e350 Typo in ts-jest name 2018-03-14 15:45:40 +03:00
Bowden
2c8f46188a more readme updates 2018-02-27 17:45:29 -08:00
Bowden
d6be4cbd6f additional README updates 2018-02-27 17:26:03 -08:00
Bowden
77d75e7e42 added image 2018-02-27 17:08:28 -08:00
Bowden
49a30ce8d4 updated dependency table in README 2018-02-27 16:36:41 -08:00
Bowden
e7c7437d19 finished README updates for zip deploying to azure app service 2018-02-27 16:22:08 -08:00
Bowden
0433506187 WIP - add azure instructions 2018-02-27 13:26:55 -08:00
Renato
4c3a139ddc Update README.md with MongoDB config
Added db folder creation command and permission config.
Thanks @Bigbrd
2018-02-01 11:47:07 -02:00
Bowden Kelly
747d774d70 Update README.md
Fixing typo
2018-01-09 11:11:12 -08:00
Bowden Kelly
46e75f9b44 Merge pull request #71 from peterblazejewicz/types/lusca
Replace Lusca definition file with @types/lusca
2018-01-09 10:54:37 -08:00
Peter Blazejewicz
fd523e3033 Replace Lusca definition file with @types/lusca
Thanks!
2018-01-04 22:29:22 +01:00
Peter Blazejewicz
141c63f1c6 Add memo about VSCode suggested extensions to README
As mentioned in: https://git.io/vNfiL

Thanks!
2018-01-04 21:52:14 +01:00
Doron Grinstein
67634a48a3 changed description of npm start 2018-01-03 15:08:37 -08:00
Bowden
0b955f4881 updated debug instructions to use only attach config 2018-01-03 14:57:13 -08:00
Bowden Kelly
9d9d378408 Merge branch 'master' into feat/ts-node 2018-01-03 14:35:22 -08:00
Bowden Kelly
868bfa9509 Merge pull request #66 from Thatkookooguy/patch-1
add the line to compile dist folder
2018-01-03 14:21:08 -08:00
Neil Kalman
099a17d381 add the line to compile dist folder 2018-01-02 15:04:17 +02:00
Peter Blazejewicz
bfd74b2dc6 Support all-typescript tooling with ts-node
The ts-node allows to execute build scripts written in TypeScript
so the entire project could be written in TypeScript.
This commit introduces support for ts-node, updates packages
and migrate copy routine to TypeScript

Thanks!
2017-12-16 22:56:45 +01:00
Alan Agius
c6d457f136 docs: update jest section 2017-12-16 12:52:06 +01:00
Alan Agius
80f53777e0 feat: move jest config to external file 2017-12-15 14:07:30 +01:00
Bowden Kelly
6abf41e038 Merge pull request #50 from nmchaves/patch-1
Update README.md
2017-12-11 13:37:10 -08:00
Sebastian Seilund
c86cb747aa Removed extra "s" in sourceMap compilerOptions 2017-11-18 12:48:21 -08:00
Nico Chaves
f60757b689 Update README.md
Added missing "node_modules/*" path mapping to README.
2017-10-07 19:02:24 -07:00
ThanhTDT
62b76ca1df . 2017-07-27 21:19:21 +07:00
ThanhTDT
2cb2513f77 fix: word 2017-07-27 21:13:53 +07:00
ThanhTDT
f8141a0b06 add attach debug configuration
- Attach debug configuration
- Scripts: debug, serve-debug, watch-debug
- Readme
2017-07-27 21:09:17 +07:00
Bowden Kelly
38ba8cbfc2 removed yarn as npm 5 makes it mostly unneccesary and it's causing some issues with CI 2017-07-25 14:48:32 -07:00