rnpm-plugin-apentle

rnpm plugin that generates an apentle app project

Usage no npm install needed!

<script type="module">
  import rnpmPluginApentle from 'https://cdn.skypack.dev/rnpm-plugin-apentle';
</script>

README

RNPM Plugin for Apentle App Framework

Apentle helps you build react-native app quickly

Init Project

To start, make sure you have the react-native CLI installed globally

npm install -g react-native-cli

Init your react-native project

react-native init AwesomeProject
cd AwesomeProject

Install rnpm-plugin-apentle and initialize your project

npm install --save-dev rnpm-plugin-apentle
react-native apentle init

All done!