expo-library-builder

1.0.61 • Public • Published

Expo Library Builder

Expo Library Builder is a command-line tool for creating an Expo library template. It helps you set up the directory structure and configuration files necessary for creating an Expo component library.

Installation

You can install Expo Library Builder globally using npm or yarn:

npm install -g expo-library-builder

or

yarn global add expo-library-builder

Usage

To create an Expo library with the specified name, run the following command:

npx expo-library-builder init <name>

Replace with the desired name for your library. This command will create a new directory with the specified name, set up the necessary files and dependencies, and generate an example component.

Development

If you want to contribute to Expo Library Builder or modify the source code, follow these steps:

  1. Clone the repository:
git clone https://github.com/your-username/expo-library-builder.git
  1. Install the dependencies:
cd expo-library-builder
npm install
  1. Test your updates:
npm run test

Readme

Keywords

none

Package Sidebar

Install

npm i expo-library-builder

Weekly Downloads

2

Version

1.0.61

License

ISC

Unpacked Size

130 MB

Total Files

8

Last publish

Collaborators

  • benjamin_rose