0.1.6 • Published 3 years ago

bildit-appclip-generator v0.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

bildit-appclip-generator CLI

A CLI for generating necessary files and scripts for running AppClip inside React Native project.

Usage

Make sure to run the CLI on your React Native project root directory.

  1. Add a new AppClip target to your project from XCode by following this link. Make sure to use Storyboard as Interface and Objective-C as Language
  2. Run npx bildit-appclip-generator g
  3. Provide your ios *.xcodeproj name without the prefix
  4. Select react-native as the framework
  5. Enter your AppClip target name
  6. You can check the generated files on your React Native project.

Publishing to NPM

To package your CLI up for NPM, do this:

npm login
npm whoami
npm test

npm run build

npm publish

Contribute

To test this CLI locally, you can clone this project and run yarn link to register the CLI on your machine. After that you can test your changes locally by following Usage documentation.

To test the script on the example project, you need to run npm i first.

Tools

This CLI built with Gluegun. Check out the documentation at https://github.com/infinitered/gluegun/tree/master/docs.

License

MIT - see LICENSE

TODO

  • Add support for native iOS project using Swift
  • Add support for native iOS project using Objective-C
0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago