Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@dramaorg/placeat-placeat
Advanced tools
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`.
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.
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
.gitignore
same as github does when you init node.js projectpnpm init
ISC
with MIT
.nvmrc
based on the latest node.js versionNo version is hardcoded, so you should be getting the latest stuff every time you run @dramaorg/placeat-placeat
command.
pnpm
FAQs
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`.
The npm package @dramaorg/placeat-placeat receives a total of 0 weekly downloads. As such, @dramaorg/placeat-placeat popularity was classified as not popular.
We found that @dramaorg/placeat-placeat demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.