Geek Mobile Toolkit (alpha) released to testers

Create shiny new cross-platform native mobile apps from templates in npm, GitHub, local directories, and more!

The initial build of Geek Mobile Toolkit has been released for testing! The primary feature of this first build is to create mobile apps from templates.

These templates can be located in an npm package, git repo (GitHub, Bitbucket, Gitlab, or custom repo), tarball, or local directory.

To install, just run this in terminal: npm install -g @geek/mobile

There is also some basic support for variable replacement in templates. Take a look at one of the templates here for examples on what is possible.

Below is example of running mobile app:create --help

Try it out and let me know what your experience is! I will be pushing out more updates to the tool and more templates as well!

You can also follow me on GitHub and get updated with new releases.

--

--