New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

antFB-init

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antFB-init

Ant Fable boilerplate generator.

latest
Source
npmnpm
Version
1.1.28
Version published
Maintainers
1
Created
Source

antFB-init

NPM version

Ant Fable boilerplate generator.

Feature

  • Generate a webpack workflow based boilerplate.
  • support ES2015 and less.
  • Local development via dora, support proxy, HMR and unit test.
  • support custom webpack.config,examples.
  • support IE8.

Install

$ npm i antFB-init -g

Usage

Generate boilerplate.

$ mkdir foo && cd foo
$ antFB-init --ie8

// or with specify type
$ antFB-init --redux
$ antFB-init --mobileWeb
$ antFB-init --nativeApp

Start development server.

$ npm start

Build.

$ npm run build

Test.

$ npm test

Lint.

$ npm run lint

nativeApp start.

$ react-native run-android
//$ react-native run-ios

FAQs

Package last updated on 23 Oct 2016

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