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

@dramaorg/placeat-placeat

Package Overview
Dependencies
Maintainers
0
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dramaorg/placeat-placeat

a simple opinionated node.js CLI utility to setup a new node.js library project including typescript, vitest, prettier and basic github action for checking each commit to `main`.

  • 3.6.63
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

@dramaorg/placeat-placeat

a simple opinionated node.js CLI utility to setup a new node.js library project including typescript, vitest, prettier and basic github action for checking each commit to main.

It will be setup for both ESM and CommonJS consumption and build process using tsup no config.

Usage

npm i @dramaorg/placeat-placeat -g

alternatively just prepend with bunx go to a folder where you want your project folder created:

@dramaorg/placeat-placeat my-awesome-project

alternatively if your project folder already exists and you're in it:

@dramaorg/placeat-placeat .

folder my-awesome-project in current working directory

What this does

  • create the directory(when you pass something else than ".")
  • git init
  • adds .gitignore same as github does when you init node.js project
  • pnpm init
  • replace ISC with MIT
  • setup typescript in strict mode
  • setup vitest
  • setup a build command using tsup
  • add .nvmrc based on the latest node.js version
  • setup github action with typescript check and test run
  • setup prettier with githooks using husky(TODO)

picture 2

No version is hardcoded, so you should be getting the latest stuff every time you run @dramaorg/placeat-placeat command.

Prerequisites

pnpm

Keywords

FAQs

Package last updated on 05 Aug 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