Migrate assets and configs
This commit is contained in:
15
collections/js/algorithm.yaml
Normal file
15
collections/js/algorithm.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
slug: js/t/algorithm
|
||||
name: JavaScript Algorithms
|
||||
miniName: Algorithms
|
||||
featured: true
|
||||
parent: js
|
||||
languageMatcher: javascript
|
||||
tagMatcher: algorithm
|
||||
description: >-
|
||||
The JavaScript algorithms collection includes implementations and examples
|
||||
of popular algorithms in ES6. Algorithmic snippets are primarily a
|
||||
learning resource, as they might already be implemented natively or
|
||||
require optimizations to run in production.
|
||||
shortDescription: >-
|
||||
Learn a handful of popular algorithms, implemented in JavaScript ES6.
|
||||
splash: widescreen.png
|
||||
16
collections/js/array.yaml
Normal file
16
collections/js/array.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
slug: js/t/array
|
||||
name: JavaScript Array Snippets
|
||||
shortName: JavaScript Arrays
|
||||
miniName: Array
|
||||
featured: true
|
||||
parent: js
|
||||
languageMatcher: javascript
|
||||
tagMatcher: array
|
||||
description: >-
|
||||
The JavaScript snippet collection contains a wide variety of ES6 helper
|
||||
functions. It includes helpers for dealing with primitives, arrays and
|
||||
objects, as well as algorithms, DOM manipulation functions and Node.js
|
||||
utilities.
|
||||
shortDescription: >-
|
||||
Master array manipulation in JavaScript with this ES6 snippet collection.
|
||||
splash: plant-screen.png
|
||||
17
collections/js/browser.yaml
Normal file
17
collections/js/browser.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
slug: js/t/browser
|
||||
name: JavaScript Browser Snippets
|
||||
shortName: JavaScript Browser
|
||||
miniName: Browser
|
||||
featured: true
|
||||
parent: js
|
||||
languageMatcher: javascript
|
||||
tagMatcher: browser
|
||||
description: >-
|
||||
The JavaScript snippet collection contains a wide variety of ES6 helper
|
||||
functions. Browser snippets include helper functions for selecting,
|
||||
traversing, and manipulating DOM elements, while general-purpose helpers
|
||||
can be found in the JavaScript snippet collection.
|
||||
shortDescription: >-
|
||||
Select, traverse and manipulate DOM elements with this collection of
|
||||
JavaScript ES6 snippets.
|
||||
splash: laptop-plant.png
|
||||
17
collections/js/date.yaml
Normal file
17
collections/js/date.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
slug: js/t/date
|
||||
name: JavaScript Date Snippets
|
||||
shortName: JavaScript Dates
|
||||
miniName: Date
|
||||
featured: true
|
||||
parent: js
|
||||
languageMatcher: javascript
|
||||
tagMatcher: date
|
||||
description: >-
|
||||
The JavaScript snippet collection contains a wide variety of ES6 helper
|
||||
functions. It includes helpers for dealing with primitives, arrays and
|
||||
objects, as well as algorithms, DOM manipulation functions and Node.js
|
||||
utilities.
|
||||
shortDescription: >-
|
||||
An ES6 snippet collection for formatting and manipulating dates with native
|
||||
JavaScript.
|
||||
splash: succulent.png
|
||||
15
collections/js/function.yaml
Normal file
15
collections/js/function.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
slug: js/t/function
|
||||
name: JavaScript Function Snippets
|
||||
miniName: Function
|
||||
featured: true
|
||||
parent: js
|
||||
languageMatcher: javascript
|
||||
tagMatcher: function
|
||||
description: >-
|
||||
The JavaScript snippet collection contains a wide variety of ES6 helper
|
||||
functions. It includes helpers for dealing with primitives, arrays and
|
||||
objects, as well as algorithms, DOM manipulation functions and Node.js
|
||||
utilities.
|
||||
shortDescription: >-
|
||||
Learn everything about JavaScript functions with this ES6 snippet collection.
|
||||
splash: tablet.png
|
||||
15
collections/js/index.yaml
Normal file
15
collections/js/index.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
slug: js
|
||||
name: JavaScript Snippets
|
||||
shortName: JavaScript
|
||||
topLevel: true
|
||||
languageMatcher: javascript
|
||||
featured: true
|
||||
description: >-
|
||||
The JavaScript snippet collection contains a wide variety of ES6 helper
|
||||
functions. It includes helpers for dealing with primitives, arrays and
|
||||
objects, as well as algorithms, DOM manipulation functions and Node.js
|
||||
utilities.
|
||||
shortDescription: >-
|
||||
Browse a wide variety of ES6 helper functions, including array operations, DOM
|
||||
manipulation, algorithms and Node.js utilities.
|
||||
splash: laptop-plant.png
|
||||
16
collections/js/math.yaml
Normal file
16
collections/js/math.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
slug: js/t/math
|
||||
name: JavaScript Math Snippets
|
||||
shortName: JavaScript Math
|
||||
miniName: Math
|
||||
featured: true
|
||||
parent: js
|
||||
languageMatcher: javascript
|
||||
tagMatcher: math
|
||||
description: >-
|
||||
The JavaScript snippet collection contains a wide variety of ES6 helper
|
||||
functions. It includes helpers for dealing with primitives, arrays and
|
||||
objects, as well as algorithms, DOM manipulation functions and Node.js
|
||||
utilities.
|
||||
shortDescription: >-
|
||||
A snippet collection of math helpers and algorithms implemented in JavaScript.
|
||||
splash: mobile.png
|
||||
17
collections/js/node.yaml
Normal file
17
collections/js/node.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
slug: js/t/node
|
||||
name: Node.js Snippets
|
||||
shortName: Node.js
|
||||
miniName: Node
|
||||
featured: true
|
||||
parent: js
|
||||
languageMatcher: javascript
|
||||
tagMatcher: node
|
||||
description: >-
|
||||
The Node.js snippet collection contains JavaScript utilities for Node.js
|
||||
18.x. It includes helper functions related to server-side code and
|
||||
filesystem operations, while general-purpose helpers can be found in the
|
||||
JavaScript snippet collection.
|
||||
shortDescription: >-
|
||||
Discover a collection of server-side JavaScript utility functions for
|
||||
Node.js 18.x.
|
||||
splash: coffee-drip.png
|
||||
17
collections/js/object.yaml
Normal file
17
collections/js/object.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
slug: js/t/object
|
||||
name: JavaScript Object Snippets
|
||||
shortName: JavaScript Objects
|
||||
miniName: Object
|
||||
featured: true
|
||||
parent: js
|
||||
languageMatcher: javascript
|
||||
tagMatcher: object
|
||||
description: >-
|
||||
The JavaScript snippet collection contains a wide variety of ES6 helper
|
||||
functions. It includes helpers for dealing with primitives, arrays and
|
||||
objects, as well as algorithms, DOM manipulation functions and Node.js
|
||||
utilities.
|
||||
shortDescription: >-
|
||||
Handle JavaScript objects with ease, using the snippets and tips in this ES6
|
||||
collection.
|
||||
splash: tablet.png
|
||||
15
collections/js/string.yaml
Normal file
15
collections/js/string.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
slug: js/t/string
|
||||
name: JavaScript String Snippets
|
||||
miniName: String
|
||||
featured: true
|
||||
parent: js
|
||||
languageMatcher: javascript
|
||||
tagMatcher: string
|
||||
description: >-
|
||||
The JavaScript snippet collection contains a wide variety of ES6 helper
|
||||
functions. It includes helpers for dealing with primitives, arrays and
|
||||
objects, as well as algorithms, DOM manipulation functions and Node.js
|
||||
utilities.
|
||||
shortDescription: >-
|
||||
Master string manipulation in JavaScript with this ES6 snippet collection.
|
||||
splash: laptop-plant.png
|
||||
16
collections/js/type.yaml
Normal file
16
collections/js/type.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
slug: js/t/type
|
||||
name: JavaScript Type Snippets
|
||||
shortName: JavaScript Types
|
||||
miniName: Type
|
||||
featured: true
|
||||
parent: js
|
||||
languageMatcher: javascript
|
||||
tagMatcher: type
|
||||
description: >-
|
||||
The JavaScript snippet collection contains a wide variety of ES6 helper
|
||||
functions. It includes helpers for dealing with primitives, arrays and
|
||||
objects, as well as algorithms, DOM manipulation functions and Node.js
|
||||
utilities.
|
||||
shortDescription: >-
|
||||
A snippet collection of type helpers and explanations of JavaScript types.
|
||||
splash: laptop-plant.png
|
||||
Reference in New Issue
Block a user