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

@pigeon-posse/pkg-extended-scripts

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pigeon-posse/pkg-extended-scripts

Separate scripts from package.json

  • 0.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

PKG-EXTENDED-SCRIPTS by PIGEONPOSSE™

License Version Web About us Donate

:warning: This package is still in beta version. It can be installed and used but things may change in the future.

🗒 Description

List all your scripts in a separate file to the package.json

Separate the package.json scripts to another file and run them with the pes or pkg-extended-scripts command

🔑 Installation

Using NPM

npm install @pigeon-posse/pkg-extended-scripts

⚙️ Usage

  1. create a file named package.scripts.json, you can use the extensions .js or .yml and yaml.
  2. Write your scripts to the file. for example:
    • In package.scripts.json
    {
    	"hello" : "echo 'Hello pigeon 🐦🌈'"
    }
    
  3. Run these scripts using the pes or pkg-extended-scripts commands

That's it, now you can list all your scripts in a separate file to the package.json

Optional

If you use the package it may be good practice to leave a scripts in the package.json that indicates that the scripts are in a separate file. For example:

  • In package.json
{
	"scripts" : {
		"ext-scripts": "npx pes"
	}
}

👨‍💻 Development

You can contribute via Github

Issues Pull requests

☕ Donate

Help us to develop more interesting things.

Donate

📜 License

This software is licensed with GPLv3 (GNU GENERAL PUBLIC LICENSE Version 3)

Read more

🐦 About us

PigeonPosse is a ✨ code development collective ✨ focused on creating practical and interesting tools that help developers and users enjoy a more agile and comfortable experience. Our projects cover various programming sectors and we do not have a thematic limitation in terms of projects.

More

Collaborators

NameRoleGitHub
AngelEspejoAuthor@AngelEspejo
PigeonPosseCollective@PigeonPosse

Keywords

FAQs

Package last updated on 18 Jan 2023

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