New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lambda-test

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-test

Small template for building NPM modules.

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
decreased by-12.5%
Maintainers
1
Weekly downloads
 
Created
Source

NPM module template

Small template for building NPM modules.

This App follows Sustainable App Manifest


  1. NPM Tasks
  2. How To Use
  3. Developing in right Node.js environment
  4. Conributing

NPM Tasks

  • $ npm test - runs automatic tests (linter, coverage, unit & API tests)
  • $ npm run test:backend - run backend unit & API test
  • $ npm run test:backend:watch - run and watch backend unit & API test
  • $ npm run test:coverage - run coverage test
  • $ npm run test:coverage:threshold - run coverage threshold test
  • $ npm run test:lint - run eslint test

How To Use

  1. Fork the project
  2. Clone your fork
  3. Rename the root directory and name atrribute in package.json
  4. Run npm install command
  5. And you're ready to start developing your own NPM module

Developing in right Node.js environment

  • you can use NVM to manage multiple Node versions
  • just specify wanted Node version in .nvmrc file

Contributing

  • Follow AirBnB style guide
  • Mind the Gitflow workflow
  • Check ESLint settings in .eslintrc and ensure your ESLint is enabled
  • (do the magick)
  • run npm test to ensure everything is fine
  • create feature branch at your fork and make pull request to upstream (ask App Owner)

Keywords

FAQs

Package last updated on 25 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc