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

pressbooks-build-tools

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pressbooks-build-tools

NPM package which includes all asset linting and build tools for Pressbooks projects.

  • 4.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
40
decreased by-14.89%
Maintainers
3
Weekly downloads
 
Created
Source

Pressbooks Build Tools

npm GitHub release license

NPM package which includes all asset linting and build tools for Pressbooks projects.

How To install

npm i -D pressbooks-build-tools

Usage

Laravel Mix

Pressbooks Build Tools includes Laravel Mix, which can be configured and used according to the project's documentation.

ESLint

Pressbooks Build Tools includes ESLint. Pressbooks' ESLint configuration can be used in your project by adding the following to your ESLint configuration:

"eslintConfig": {
    "extends": "./node_modules/pressbooks-build-tools/config/eslint.js"
}

Stylelint

Pressbooks Build Tools includes Stylelint. Pressbooks' Stylelint configuration can be used in your project by adding the following to your package.json file:

"stylelint": {
    "extends": "./node_modules/pressbooks-build-tools/config/stylelint.js"
}

Upgrading to 3.0

Version 3.0 of pressbooks-build-tools includes Laravel Mix 6.0, and as such will require some changes to build scripts wherever it is used. For example, the build task used in testing this package used to require the following script:

cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js

The same build task can now be run using a new mix executable with an appropriate flag:

mix --production

For the full list of scripts and their replacements, see the Laravel Mix documentation.

Test Your Changes

This repo includes a boilerplate webpack.mix.js configuration used to test that, at the very least, .js and .scss files compile and that linters run. To run the test do:

npm install
npm test

Expected: No errors. Everything is fine.

FAQs

Package last updated on 20 Aug 2022

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