Skip to main content
Home

Built and signed on GitHub Actions

It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
88%
Published
9 hours ago (0.0.6)

init

script for devcontainer initialization

install

npm install @ghostmind-dev/init

scripts

script description
postCreateCommand command to run after the creation of the devcontainer

usage

npx @ghostmind-dev/init postCreateCommand
Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@ghostmind/init

Import symbol

import * as init from "@ghostmind/init";
or

Import directly with a jsr specifier

import * as init from "jsr:@ghostmind/init";

Add Package

pnpm i jsr:@ghostmind/init
or (using pnpm 10.8 or older)
pnpm dlx jsr add @ghostmind/init

Import symbol

import * as init from "@ghostmind/init";

Add Package

yarn add jsr:@ghostmind/init
or (using Yarn 4.8 or older)
yarn dlx jsr add @ghostmind/init

Import symbol

import * as init from "@ghostmind/init";

Add Package

vlt install jsr:@ghostmind/init

Import symbol

import * as init from "@ghostmind/init";

Add Package

npx jsr add @ghostmind/init

Import symbol

import * as init from "@ghostmind/init";

Add Package

bunx jsr add @ghostmind/init

Import symbol

import * as init from "@ghostmind/init";