1.5.6 • Published 3 months ago

form-craft-package v1.5.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

Form Craft Package

A powerful and flexible form builder package for crafting forms effortlessly.

Installation

Install the package using npm:

npm install form-craft-package

Running Locally

To run the project locally along with your project, use npm link.

Steps to Run Locally:

  1. Clone the repository:

    git clone 'path_to_repo'
    cd form-craft-package
  2. Link the package globally (in the package directory):

    npm link
  3. In the project where you want to use the package, link it:

    npm link form-craft-package
  4. Use the package in your project as you would a regular npm package:

    import { ... } from 'form-craft-package';

Unlinking the Package

When you're done testing locally, you can unlink the package to return to the npm-installed version:

  1. In your project directory, run:

    npm unlink form-craft-package
  2. In the package directory, run:

    npm unlink

Happy form crafting! 🎉

1.5.5

3 months ago

1.5.4

3 months ago

1.5.3

4 months ago

1.5.2

4 months ago

1.5.1

4 months ago

1.5.6

3 months ago

1.4.2

4 months ago

1.3.3

4 months ago

1.5.0

4 months ago

1.4.1

4 months ago

1.4.0

4 months ago

1.3.2

4 months ago

1.3.1

4 months ago

1.3.0

4 months ago

1.2.0

4 months ago

1.2.1

4 months ago

1.1.13

4 months ago

1.1.12

4 months ago

1.1.1

5 months ago

1.1.9

5 months ago

1.1.8

5 months ago

1.1.7

5 months ago

1.1.6

5 months ago

1.1.5

5 months ago

1.1.4

5 months ago

1.1.3

5 months ago

1.1.2

5 months ago

1.1.11

5 months ago

1.1.10

5 months ago

1.1.0

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago