Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@iyulab/utils

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iyulab/utils

utils for nodejs

latest
npmnpm
Version
0.0.9
Version published
Maintainers
2
Created
Source

@iyulab/utils

A CLI tool for iyulab node projects, providing utilities for managing projects, files, and submodules.

Installation

To install @iyulab/utils, run the following command:

npm install -g @iyulab/utils

This will install the tool globally on your system, allowing you to use it from anywhere.

Commands

Here is a list of available commands in @iyulab/utils:

General Commands

  • iyulab create: Create a new iyulab project.
  • iyulab copy <source> <destination>: Copy a file or directory.
  • iyulab delete <path>: Delete a file or directory.
  • iyulab pull: Perform a git pull command with all submodules.
  • iyulab push: Perform a git push command with all submodules.
  • iyulab add:sub <modulePath>: Add a new git submodule.
  • iyulab delete:sub <modulePath>: Delete a git submodule.
  • iyulab publish: Publish the npm directory.

Specific Commands for Package.json

  • iyulab copy:pkg: Copy package.json for publication with optional assign and delete.
  • iyulab copy:json <source> <destination>: Copy a JSON file with optional assign and delete.

License

This project is licensed under the MIT License.

Author

  • iyulab
  • Website: https://www.iyulab.com

For more details on usage and additional options, refer to the command-line help by running iyulab --help.

FAQs

Package last updated on 25 Apr 2025

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