0.1.24 • Published 27 days ago

yumury v0.1.24

Weekly downloads
-
License
ISC
Repository
-
Last release
27 days ago

Yumury

You can find documentations here.

Please make sure that NodeJs is installed on your machine (preferably the latest version)

Installation

installation is not required you can use all commands with npx

  npm install yumury

List supported commands

Supported commands by Yumury, please execute the following command within your terminal, This command will provide you with a detailed inventory of all the available commands supported by the Yumury CLI.

  npx yumury list

Login to CLI

( Only necessary for using remote packages, local ones don't require logging in! )

To login to your yumury account within your project, follow these:

  • Navigate to the root directory of your created React Native project in your terminal
  • Execute the following command

      npx yumury login <email> <password>
    • example:

      npx yumury login user@email.com 12345678
  • By following these steps, you will successfully log in to the Yumury CLI and be able to use the generated remote packages for your project

How to use generated packages

After generating packages on Yumury ( you can access the list of your generated packages on dashboard ), To integrate the generated packages into your React Native project do the steps below:

  • navigate to the root directory of your project

    • execute the following command

        npx yumury init <package_type> <package_name>

      This command will facilitate the incorporation of the generated package into your React Native project seamlessly

      • local package example:

          npx yumury init local MyAwesomeApp
      • remote packages example: ( Using remote packages requires logging in to your yumury account through the CLI )

          npx yumury init remote MyAwesomeApp
    • execute the following command if you've edited your remote package on the dashboard

        npx yumury refresh-init <remote_package_name>
      • example: ( Using remote packages requires logging in to your yumury account through the CLI )

          npx yumury refresh-init MyAwesomeRemoteApp
0.1.24

27 days ago

0.1.23

4 months ago

0.1.22

4 months ago

0.1.10

6 months ago

0.1.11

6 months ago

0.1.12

6 months ago

0.1.13

6 months ago

0.1.14

6 months ago

0.1.15

6 months ago

0.1.20

6 months ago

0.1.21

6 months ago

0.1.0

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.16

6 months ago

0.1.8

6 months ago

0.1.17

6 months ago

0.1.7

6 months ago

0.1.18

6 months ago

0.1.19

6 months ago

0.1.9

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.6

6 months ago

0.1.5

6 months ago

1.0.0

2 years ago