Node Flowtype Boilerplate Save Abandoned

This boilerplate repository is outdated and no longer maintained. Instead, I strongly recommend to use TypeScript.

Project README

Dev dependencies Node.js version Yarn Build Status

MIT License PRs Welcome Donate

Watch on GitHub Star on GitHub Tweet

node-flowtype-boilerplate

Notice: This boilerplate repository is outdated and no longer maintained. I do not use Flowtype anymore in my projects.

Instead, I strongly recommend to use TypeScript. You can try my Node.js TypeScript boilerplate repository.


Minimalistic boilerplate to jump-start a Node.js project in ES6 with Flow type checking.

Provides a basic template, batteries included:

Quick start

This project requires Node.js v8.9 (LTS Carbon) or later and Yarn. Make sure you have those installed. Then just type following commands:

git clone https://github.com/jsynowiec/node-flowtype-boilerplate
cd node-flowtype-boilerplate
yarn

Available scripts

Run using yarn run <script> comand.

  • clean - remove coverage data, Jest cache and transpiled files,
  • lint - lint source files and tests,
  • typecheck - check type annotations,
  • test - lint, typecheck and run tests with coverage,
  • test-only - run tests with coverage,
  • test:watch - interactive watch mode to automatically re-run tests,
  • build - compile source files,
  • build:watch - interactive watch mode, compile sources on change.

Questions

If you have any questions regarding this project:

Alternative

As an alternative to Flow type checking, you can try my Node.js TypeScript boilerplate. It's basically the same but with TypeScript and TSLint.

License

Released under MIT license. See the LICENSE file.

Open Source Agenda is not affiliated with "Node Flowtype Boilerplate" Project. README Source: jsynowiec/node-flowtype-boilerplate
Stars
103
Open Issues
0
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating