@iyulab/utils
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

@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

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

Readme

Keywords

none

Package Sidebar

Install

npm i @iyulab/utils

Weekly Downloads

2

Version

0.0.9

License

MIT

Unpacked Size

1.46 MB

Total Files

7

Last publish

Collaborators

  • caveman
  • iyujune