Socket
Book a DemoInstallSign in
Socket

@jayphelps/jay-scripts

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jayphelps/jay-scripts

Common npm package management utilities used by Jay Phelps. Mostly just boilerplate for tsc + babel with esm/cjs output.

latest
Source
npmnpm
Version
0.0.50
Version published
Weekly downloads
14
55.56%
Maintainers
1
Weekly downloads
 
Created
Source

@jayphelps/jay-scripts

A collection of common scripts for my personal projects. Not intended to be used by others as I'll likely make frequent breaking changes without warning. Open source in case it's useful as a reference, and also why not.

Notes

  • This project is self-hosted; it was bootstraped and is built using an older version of itself.
  • The CLI itself uses native ES Modules in Node, so it requires a fairly recent version. But it still compiles the consuming project to both ESM/CJS, setting up the package.json appropriately.

Commands

Create

npx @jayphelps/jay-scripts create my-project-name
cd my-project-name

Start

yarn start
# or
npx jay-scripts start

Build

yarn build
# or
npx jay-scripts build

FAQs

Package last updated on 15 Feb 2021

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