All Projects → callstack → Generator Node Module

callstack / Generator Node Module

A Yeoman module to author Node libraries with Prettier, Jest, Flow and Babel.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Generator Node Module

Yarn Package Boilerplate
An Yarn package with babel, jest, flow, prettier and more
Stars: ✭ 10 (-37.5%)
Mutual labels:  prettier, babel, boilerplate
React Boilerplate
This project is deprecated. Please use CRA instead.
Stars: ✭ 88 (+450%)
Mutual labels:  prettier, babel, boilerplate
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (+100%)
Mutual labels:  prettier, babel, boilerplate
Simple Boilerplate
A simple webpack boilerplate for your comfortable work with HTML, JS and CSS.
Stars: ✭ 116 (+625%)
Mutual labels:  prettier, babel, boilerplate
React Redux Saucepan
A minimal and universal react redux starter project. With hot reloading, linting and server-side rendering
Stars: ✭ 86 (+437.5%)
Mutual labels:  prettier, babel, boilerplate
React Starter Kit
React, Redux, Webpack, Material UI, Boostrap 4, Code Splitting, HMR
Stars: ✭ 229 (+1331.25%)
Mutual labels:  prettier, babel, boilerplate
Nod
Node.js module generator/boilerplate with Babel, Jest, Flow, Documentation and more
Stars: ✭ 355 (+2118.75%)
Mutual labels:  babel, boilerplate
Apollo Upload Examples
A full stack demo of file uploads via GraphQL mutations using Apollo Server and apollo-upload-client.
Stars: ✭ 358 (+2137.5%)
Mutual labels:  prettier, babel
Wxapp Boilerplate
使用 webpack, babel, scss 开发的微信/支付宝小程序项目脚手架
Stars: ✭ 367 (+2193.75%)
Mutual labels:  babel, boilerplate
Create Graphql
Command-line utility to build production-ready servers with GraphQL.
Stars: ✭ 441 (+2656.25%)
Mutual labels:  boilerplate, yeoman
Pwa
An opinionated progressive web app boilerplate
Stars: ✭ 353 (+2106.25%)
Mutual labels:  babel, boilerplate
Generator Babel Boilerplate
A Yeoman generator to author libraries in ES2015 (and beyond!) for Node and the browser.
Stars: ✭ 380 (+2275%)
Mutual labels:  babel, boilerplate
React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+131525%)
Mutual labels:  babel, boilerplate
Generator Angular Fullstack
Yeoman generator for an Angular app with an Express server
Stars: ✭ 6,135 (+38243.75%)
Mutual labels:  babel, yeoman
Webpack React Boilerplate
Minimal React 16 and Webpack 4 boilerplate with babel 7, using the new webpack-dev-server, react-hot-loader, CSS-Modules
Stars: ✭ 358 (+2137.5%)
Mutual labels:  prettier, babel
Nodejs Api Boilerplate
A boilerplate for kickstart your nodejs api project with JWT Auth and some new Techs :)
Stars: ✭ 364 (+2175%)
Mutual labels:  prettier, boilerplate
Js Library Boilerplate Basic
Javascript Minimal Starter Boilerplate - Webpack 5 🚀, Babel 7, UMD, Unit Testing
Stars: ✭ 354 (+2112.5%)
Mutual labels:  babel, boilerplate
Webpack Boilerplate
A minimal webpack 5 boilerplate with only Babel, SASS and lodash (optional) on board
Stars: ✭ 404 (+2425%)
Mutual labels:  babel, boilerplate
React Webpack Typescript Starter
Minimal starter with hot module replacement (HMR) for rapid development.
Stars: ✭ 632 (+3850%)
Mutual labels:  babel, boilerplate
Express Babel
Express starter kit with ES2017+ support, testing, linting, and code coverage
Stars: ✭ 621 (+3781.25%)
Mutual labels:  babel, boilerplate

@callstack-io/generator-node-module

A Yeoman generator to author libraries in ES2015 (and beyond!) for Node.

Features:

  • Babel and babel-preset-env for latest Javascript features
  • Flow for faster coding with static type checking
  • Jest because testing matters
  • Prettier to format your Javascript
  • Husky + Lint Staged for neat precommit check
  • Eslint and eslint-config-airbnb to keep your code consistent
  • MIT license and Code of conduct
  • Github issues template

This is what we use at Callstack.io for various projects, including Haul.

Install

$ npm install --global yo @callstack-io/generator-node-module

Usage

With Yo:

$ yo @callstack-io/node-module

License

MIT @ Callstack.io

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].