You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Highly opinionated to my needs - don't includes snippets that I don't use. But also is mixed between my previous Sublime [javascript-charlike-snippets](https://github.com/tunnckoCore/javascript-charlike-snippets), [standardjs-snippets](https://atom.io/packages/standardjs-snippets) and [es6-javascript](https://atom.io/packages/es6-javascript).
Or launch [VSCode](https://code.visualstudio.com/) Quick Open (`Ctrl+P`), paste the following command, and press enter.
36
+
37
+
```
38
+
ext install modern-javascript-snippets
39
+
```
40
+
28
41
## Snippets
29
42
{%= generateSnippetDocs() %}
30
43
@@ -34,8 +47,8 @@ $ apm install {%= name %}
34
47
{% } %}
35
48
36
49
## Contributing
37
-
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/{%= repository %}/issues/new).
38
-
Please read the [contributing guidelines](CONTRIBUTING.md) for advice on opening issues, pull requests, and coding standards.
50
+
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/{%= repository %}/issues/new).
51
+
Please read the [contributing guidelines](CONTRIBUTING.md) for advice on opening issues, pull requests, and coding standards.
39
52
If you need some help and can spent some cash, feel free to [contact me at CodeMentor.io](https://www.codementor.io/tunnckocore?utm_source=github&utm_medium=button&utm_term=tunnckocore&utm_campaign=github) too.
40
53
41
54
**In short:** If you want to contribute to that project, please follow these things
You might also be interested in [always-done](https://github.com/hybridables/always-done#readme).
11
18
12
19
Highly opinionated to my needs - don't includes snippets that I don't use. But also is mixed between my previous Sublime [javascript-charlike-snippets](https://github.com/tunnckoCore/javascript-charlike-snippets), [standardjs-snippets](https://atom.io/packages/standardjs-snippets) and [es6-javascript](https://atom.io/packages/es6-javascript).
@@ -17,6 +24,7 @@ please open an issue if you want such thing.
17
24
The documentation is built and fully automated using [verb][], including [table of contents](#table-of-contents) and even the [snippets docs](#snippets).
-[always-done](https://www.npmjs.com/package/always-done): Handle completion and errors with elegance! Support for streams, callbacks, promises, child processes, async/await and sync functions. A drop-in replacement… [more](https://github.com/hybridables/always-done#readme) | [homepage](https://github.com/hybridables/always-done#readme"Handle completion and errors with elegance! Support for streams, callbacks, promises, child processes, async/await and sync functions. A drop-in replacement for [async-done][] - pass 100% of its tests plus more")
1083
+
-[dush-router](https://www.npmjs.com/package/dush-router): A simple regex-based router for `dush`, `base`, `minibase` and anything based on them. Works on Browser and Node.js | [homepage](https://github.com/tunnckocore/dush-router#readme"A simple regex-based router for `dush`, `base`, `minibase` and anything based on them. Works on Browser and Node.js")
1084
+
-[dush](https://www.npmjs.com/package/dush): Microscopic & functional event emitter in ~350 bytes, extensible through plugins | [homepage](https://github.com/tunnckocore/dush#readme"Microscopic & functional event emitter in ~350 bytes, extensible through plugins")
1069
1085
-[minibase](https://www.npmjs.com/package/minibase): Minimalist alternative for Base. Build complex APIs with small units called plugins. Works well with most of the already existing… [more](https://github.com/node-minibase/minibase#readme) | [homepage](https://github.com/node-minibase/minibase#readme"Minimalist alternative for Base. Build complex APIs with small units called plugins. Works well with most of the already existing [base][] plugins.")
1070
1086
-[try-catch-core](https://www.npmjs.com/package/try-catch-core): Low-level package to handle completion and errors of sync or asynchronous functions, using [once][] and [dezalgo][] libs. Useful for and… [more](https://github.com/hybridables/try-catch-core#readme) | [homepage](https://github.com/hybridables/try-catch-core#readme"Low-level package to handle completion and errors of sync or asynchronous functions, using [once][] and [dezalgo][] libs. Useful for and used in higher-level libs such as [always-done][] to handle completion of anything.")
1071
1087
1072
1088
## Contributing
1073
-
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/tunnckoCore/modern-javascript-snippets/issues/new).
1074
-
Please read the [contributing guidelines](CONTRIBUTING.md) for advice on opening issues, pull requests, and coding standards.
1089
+
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/tunnckoCore/modern-javascript-snippets/issues/new).
1090
+
Please read the [contributing guidelines](CONTRIBUTING.md) for advice on opening issues, pull requests, and coding standards.
1075
1091
If you need some help and can spent some cash, feel free to [contact me at CodeMentor.io](https://www.codementor.io/tunnckocore?utm_source=github&utm_medium=button&utm_term=tunnckocore&utm_campaign=github) too.
1076
1092
1077
1093
**In short:** If you want to contribute to that project, please follow these things
0 commit comments