Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chazzz/simple-doc

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chazzz/simple-doc

[![Travis](https://img.shields.io/travis/rust-lang/rust.svg)]() [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![nps friendly](https://img.shields.io/badge/nps-friendly-blu

  • 0.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Boilerplate for React-native app using expo

Travis Conventional Commits nps friendly

Presentation

This boilerplate include :

  • react-native
  • expo
  • redux
  • rxjs with redux-observable
  • reselect
  • react-intl (i18n)
  • react-navigation (amazing isomorphic router)
  • unit test with jest
  • continuous integration with Travis
  • tslint and prettier
  • commitizen with cz-conventional-changelog
  • gitHook with husky and lint-staged
    • run prettier before commit
    • run test before push

Requirement

  • Node.js
  • Expo Ide
  • Redux remote devtools
  • an android/iphone or genymotion installed

Installation

install dependancies

$ npm i

Compile typescript source

$ npm start

Then open Expo ide and start your project

Development

First release

$ npm run release --first-release

Run tests

$ npm test
$ npm run tdd

Scafolding

$ npm run generate

You have access to plop.js generators:

  • component
  • containers
  • redux module (reducers, selector, actionCreator, middlewares)
  • language
  • page
  • navigator

production

Publish a release

$ npm run release

Changelog

Contributing

FAQs

Package last updated on 08 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc