A Figma plugin that allows users to automatically create pages before starting the design process. This plugin is built using TypeScript and is designed to save time and streamline the design process.
- Automatically creates pages with predefined templates
- User can select the number of pages to be created
- User can choose the template of the page
- User can choose the naming conventions of the pages
- Lightweight and easy to use
- Save time and streamline the design process
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Figma account
- Node.js
- npm
- Clone the repository to your local machine
git clone https://github.com/USERNAME/pages.git
- Navigate to the project's root directory
cd pages
- Install the required dependencies
npm install
- Build the project
npm run build
- Go to Figma, open any project and click on the plugins button on the top right corner, select the "Development" and "New plugin" and then use the "manifest.json" file to load the plugin
This project is licensed under the MIT License - see the LICENSE.md file for details.
Feel free to fork this repository, improve or fix any bugs, and then make a pull request back to the original repository. Any contributions, big or small, major features, bug fixes, are welcomed and appreciated but make sure to follow the contribution guideline.