You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
build | 2 years ago | |
node_modules | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
package.json | 2 years ago |
README.md
👋 Welcome to
@expo/package-manager
A library for installing and finding packages in a node project
🏁 Setup
Install @expo/package-manager
in your project.
yarn add @expo/package-manager
⚽️ Usage
import * as PackageManager from '@expo/package-manager';
const manager = await PackageManager.createForProject(projectRoot);
await Promise.all([
manager.addDevAsync('@expo/webpack-config'),
manager.addAsync('expo', 'expo-camera'),
]);
License
The Expo source code is made available under the MIT license. Some of the dependencies are licensed differently, with the BSD license, for example.