form-craft-package v1.5.6
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:
Clone the repository:
git clone 'path_to_repo' cd form-craft-package
Link the package globally (in the package directory):
npm link
In the project where you want to use the package, link it:
npm link form-craft-package
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:
In your project directory, run:
npm unlink form-craft-package
In the package directory, run:
npm unlink
Happy form crafting! 🎉
3 months ago
3 months ago
4 months ago
4 months ago
4 months ago
3 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago