All Projects → ellerbrock → Node Developer Boilerplate

ellerbrock / Node Developer Boilerplate

Licence: mit
🍭 Boilerplate for ES6+ Node.js and npm Developer

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Developer Boilerplate

Yarn Package Boilerplate
An Yarn package with babel, jest, flow, prettier and more
Stars: ✭ 10 (-87.8%)
Mutual labels:  babel, npm, yarn, boilerplate
Democracy Client
DEMOCRACY App Client
Stars: ✭ 98 (+19.51%)
Mutual labels:  babel, npm, yarn
React Boilerplate
This project is deprecated. Please use CRA instead.
Stars: ✭ 88 (+7.32%)
Mutual labels:  babel, yarn, boilerplate
Iceberg
Front-End Boilerplate built with React + Babel + Webpack + SASS
Stars: ✭ 144 (+75.61%)
Mutual labels:  babel, boilerplate, travis-ci
Simple Boilerplate
A simple webpack boilerplate for your comfortable work with HTML, JS and CSS.
Stars: ✭ 116 (+41.46%)
Mutual labels:  babel, npm, boilerplate
Greenkeeper Lockfile
🔒 Your lockfile, up to date, all the time
Stars: ✭ 181 (+120.73%)
Mutual labels:  npm, yarn, travis-ci
Klap
zero config, zero dependency bundler for tiny javascript packages
Stars: ✭ 143 (+74.39%)
Mutual labels:  babel, npm, yarn
Hapi Starter Kit
Hapi.js based REST boilerplate which uses latest ES7/ES8 features (async/await) with code coverage and follows best pratices
Stars: ✭ 103 (+25.61%)
Mutual labels:  yarn, boilerplate, travis-ci
Reactn
React, but with built-in global state management.
Stars: ✭ 1,906 (+2224.39%)
Mutual labels:  babel, npm, travis-ci
Express Mongoose Es6 Rest Api
💥 A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with code coverage and JsonWebToken Authentication
Stars: ✭ 2,811 (+3328.05%)
Mutual labels:  babel, yarn, boilerplate
Graphql Starter
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI.
Stars: ✭ 3,377 (+4018.29%)
Mutual labels:  babel, yarn, boilerplate
Js Stack Boilerplate
Final boilerplate code of the JavaScript Stack from Scratch tutorial –
Stars: ✭ 145 (+76.83%)
Mutual labels:  babel, yarn, boilerplate
Lockfile Lint
Lint an npm or yarn lockfile to analyze and detect security issues
Stars: ✭ 411 (+401.22%)
Mutual labels:  lint, npm, yarn
Flask Bones
An example of a large scale Flask application using blueprints and extensions.
Stars: ✭ 849 (+935.37%)
Mutual labels:  babel, yarn, travis-ci
Angular Library Starter Kit
Angular 5 Library Starter Kit based on Angular-CLI
Stars: ✭ 35 (-57.32%)
Mutual labels:  npm, travis-ci
Mailgo
💌 mailgo, a new concept of mailto and tel links
Stars: ✭ 978 (+1092.68%)
Mutual labels:  npm, yarn
Actions Package Update
keeps npm dependencies up-to-date by making pull requests from GitHub Actions or CI.
Stars: ✭ 36 (-56.1%)
Mutual labels:  npm, yarn
Tsdx
Zero-config CLI for TypeScript package development
Stars: ✭ 9,010 (+10887.8%)
Mutual labels:  npm, yarn
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-60.98%)
Mutual labels:  babel, boilerplate
Express Security
nodejs + express security and performance boilerplate.
Stars: ✭ 37 (-54.88%)
Mutual labels:  babel, boilerplate

Node Developer Boilerplate

Node Developer Boilerplate

Javascript JavaScript Style Guide Commitizen friendly Standard Version Open Source Love Gitter Chat

Node / yarn Boilerplate with Babel ES6 / ES7 Support, Testing, CI Integration, Code Coverage, JS Standard Style, Commit Guidelines, Git Hooks, Security Checks, Automatic Semantic Versioning, Benchmarking, Debugging, Monitoring, Source Map Generation, Auto Reload, Linting and more cool stuff ...

Project Status

Build Status codecov dependencies

Features

External Services

all used services are free to use for open source projects and quick registration via github authentication

  • github - Modern Version Control System
  • npmjs - Javascript Package Registry (optional: only if you want to publish to the npm registry)
  • travis-ci - Continuous Integration & Delivery
  • codecov.io - Code Coverage
  • snyk.io - Fix and prevent known vulnerabilities in dependencies
  • greenkeeper.io - Automated Dependency Management

In case you have to pass some secure token to Travis-CI i recommend the travis-cli tool for decryption and lots of other features. You can read more about it here. Linux / OS X Installation via sudo gem install travis. You can also set Token on GitHub in the Repository Settings.

unicorn

Quickstart (npm)

git clone https://github.com/ellerbrock/node-developer-boilerplate
cd node-developer-boilerplate
npm install

Quickstart (yarn)

git clone https://github.com/ellerbrock/node-developer-boilerplate
cd node-developer-boilerplate
yarn

ECMAScript 2015 / ES6

Node.js comes with a huge set of ES6 features out of the box. A detailed list of supported features can be found at http://node.green. To speed things up and avoid transpiling natively supported features i recommend to install only the missing parts in your current Node Version:

  • npm install --save-dev babel-preset-es2015-node6 - Node.js Version 6x
  • npm install --save-dev babel-preset-es2015-node5 - Node.js Version 5x
  • npm install --save-dev babel-preset-es2015-node4 - Node.js Version 4x
  • npm install --save-dev babel-preset-es2015 - for all Node.js Versions

Info

At the moment im busy working on this boilerplate and lot stuff is changing.
When things getting more stable i will bump the version to 1.0.0 and write a detailed documentation.

Contact / Social Media

Get the latest News about Web Development, Open Source, Tooling, Server & Security

Github Docker npm Twitter Facebook Google+ Gitter

License

Copyright (c) 2016 Maik Ellerbrock

MIT Licence

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].