Skip to content

tomphilbin/lodash-snippets

Repository files navigation

Lodash Snippets for Visual Studio Code

Build Status

Usage

Lodash Snippets can be installed from inside the VS Code Extensions menu. Once installed, snippets will be available through IntelliSense.

Demo

Running the Source

Prerequisites

  • Node.js >= 7.8.0 – required for async/await.
  • Yarn – optional.

Instructions

This package builds the snippets from the Lodash JSDoc annotations. To run the source, clone the GitHub repository:

git clone https://github.com/tomphilbin/lodash-snippets.git

Then install the dependencies and run:

cd lodash-snippets
yarn # or `npm install`
yarn start # or `npm start`

The snippets will then be written to the file specified in src/config.json.

Tests

The unit tests can be executed by running yarn test or npm test.

Contributing

Fork me on GitHub!

Releases

No releases published

Packages

No packages published