包详细信息

@guanghechen/exec

guanghechen11MIT1.0.8

Utils for run command

exec

自述文件

A monorepo contains some utility functions and configs for building Node.js / Typescript projects.

Overview

Package Description
@guanghechen/commander A wrapper of commander.js with some utilities.
@guanghechen/eslint-config Preset eslint configs for node.js/javascript/react/typescript project.
@guanghechen/fs Utilities for handling files, such as split big file or merge multiple small files.
@guanghechen/helper-jest A collection of utility functions for jest tests.
@guanghechen/helper-npm Utilities for handling npm repo and package.json.
@guanghechen/jest-config Basic jest configs for typescript monorepo
@guanghechen/mini-copy Access system clipboard (also support to share clipboard in wsl with windows).
@guanghechen/postcss-modules-dts Generate *.d.ts files for style files (such as css, stylus and etc)
@guanghechen/rollup-config Rollup config for bundle typescript project.
@guanghechen/rollup-plugin-copy Rollup plugins to copy files and folds (glob supported)
@guanghechen/tool-file A cli tool to split / merge big file.
@guanghechen/tool-mini-copy "A cli tool to copy / paste with system clipboard or customized fake clipboard (file).

License

node-scaffolds is MIT licensed.

更新日志

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.8 (2024-10-03)

  • :arrow_up: chore: upgrade dependencies (ba63623)

1.0.7 (2024-10-03)

  • :wrench: chore: don't gen sourcemap in production env (f7075d1)

1.0.6 (2024-09-28)

  • :art: improve: reuse @guanghechen/cli (6c8e6a0)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.5 (2024-09-25)

1.0.4 (2024-09-25)

  • :arrow_up: chore: upgrade devDependencies (29b1f01)

1.0.3 (2024-09-21)

  • :arrow_up: chore: upgrade devDependencies (cdc8ab0)
  • :wrench: chore(exec): don't extend the shell env (f400da9)

1.0.2 (2024-09-21)

  • :bug: fix: safeExec not throw error correctly (1c1f939)

1.0.1 (2024-09-21)

  • :art: improve: remove execa, prefer node:child_process (f1d6020)
  • :wrench: chore: update CHANGELOG (021be53)

1.0.1 (2024-09-21)

  • :art: improve: remove execa, prefer node:child_process (f1d6020)