JSPM

  • Created
  • Published
  • Downloads 46
  • Score
    100M100P100Q65154F
  • License MIT

A CLI tool for integrating Anvy UI components into your React.js and Next.js projects.

Package Exports

  • anvy
  • anvy/bin/cli.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (anvy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

anvy

A lightweight CLI tool for adding components and initializing your project setup with ease.

Features

  • Initialize projects with required dependencies and configurations.
  • Add components seamlessly to your project.
  • Automatically handles dependency installation and project setup.

Usage

Initialization

Use the init command to set up your project with the necessary configurations. This includes setting up CSS utilities, and other essential dependencies.

npx anvy init

Adding Components

Use the add command to add components to your project.

npx anvy add <component-name>

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.

License

This project is licensed under the MIT License. See the LICENSE file for more information.