@doubledutch/cli

2.5.7 • Public • Published

@doubledutch/cli

Build DoubleDutch extensions with React Native

Currently, DoubleDutch developer tools for React Native extensions are only supported on Mac OS X.

Prerequisites

Getting Started

  1. Install the doubledutch command line tools
npm i -g @doubledutch/cli
  1. Create an empty folder for your project and initialize it.
cd ~/code/project
doubledutch init
  1. Run the sample code in the simulator
cd ~/code/project/mobile
npm run ios
  1. Make edits to the code in your favorite editor. Visual Studio Code Atom Sublime Text

  2. Hit ⌘ R in the simulator to refresh. ⌘ D for debugging.

Commands

init               initializes a new DoubleDutch extension in the current empty folder

install <eventID>  installs the DoubleDutch extension to an event

login              sets your DoubleDutch developer account credentials

publish            publishes the DoubleDutch extension in the current folder

Package Sidebar

Install

npm i @doubledutch/cli

Weekly Downloads

1

Version

2.5.7

License

Apache-2.0

Unpacked Size

215 kB

Total Files

25

Last publish

Collaborators

  • doubledutch-engineering
  • adamliechty
  • estamps