Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@amanda-mitchell/node-project-scripts

Package Overview
Dependencies
Maintainers
0
Versions
601
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amanda-mitchell/node-project-scripts

Common scripts and configuration for my node projects.

  • 4.120.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
738
increased by41.65%
Maintainers
0
Weekly downloads
 
Created
Source

node-project-scripts

Current build status

This package contains common configuration and settings for use across all of my projects. It was inspired by react-scripts, which is used by Create React App to simplify configuration and tooling upgrades.

Usage

yarn add --dev @amanda-mitchell/node-project-scripts

That's it!

How it works

node-project-scripts has an install script that will create configuration files for all relevant tools that point to full configurations inside node-project-scripts itself. This allows configuration changes in node-project-scripts to be propagated to all its dependents without any extra upgrade steps.

What's included

  • eslint and configuration
  • prettier and configuration
  • lint-staged with configuration to run eslint and prettier
  • commitlint and configuration
  • husky with configuration to run lint-staged and commitlint on commit

Things that might be added in the future

  • jest and configuration
  • Typescript and configuration

Issuing a new release

GitHub actions is configured to run semantic-release whenever new commits are pushed to the main branch. As long as commits are tagged with appropriate prefixes, new releases will be published automatically.

FAQs

Package last updated on 20 Nov 2024

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