⚠️ This module is not actively maintained! Let me know if you'd be interested in helping out. You need Yeoman to run this command.
http://git.io/riseTags | babel es6 yeoman-generator boilerplate es2015 node starter kit transpile 6to5 yeoman plugin template scaffold module node_module node-module tape tap coveralls coveralls.io travis cli npm npm-scripts productivity |
Implementation | Javascript |
License | MIT |
Platform | OS-Independent |
A Yeoman generator to author libraries in ES2015 (and beyond!) for Node and the browser.Install yo and this generator globally.
boilerplate babel yeoman-generator es6 es2015 node starter kit transpile 6to5Optionally with a CLI.This is what I use for my own modules.
yeoman-generator plugin boilerplate template scaffold node module node_module node-module init sindreSee generated project example here. A complete starter template: example app structure tailored for scalability, with examples and boilerplate code for every common thing needed in enterprise projects, such as unit tests, routing, authentication, HTTPS service extensions, i18n support with dynamic language change and automatic user language detection...
angular typescript industrial angular-cli bootstrap sass seed yeoman generator rocket starter-kit ngx ngx-rocket cordova ionic mobile pwa cli material yeoman-generator app addon scalable enterprise scaffold boilerplate web toolA simple boilerplate app to demonstrate how to use ES6 and React with Electron. It uses Babel to automatically transpile ES6 and JSX code, without depending on any package manager besides npm. The Node and Electron binaries both take a parameter -r that automatically requires a module before the rest of the code. The npm start script is modified using this, which registers Babel and loads the entry point main.js.
NodeJS module generator/boilerplate. The easiest way to use nod is through the Yeoman Generator.
flow babel boilerplate node modules nodejs jest yeoman-generator flowtype generator-nodLad boasts dozens of features and is extremely configurable. These microservices are preconfigured for security, performance, and graceful reloading.
koa mvc framework nodejs passport bootstrap async-await mongodb redis aws cloudfront s3 react-native boilerplate api ava prettier xo mongoose codecov es6 es7 flavored generator gfm github lad license license-generator markdown module np npm nyc package project remark sao scaffold spdx starter yeomanYeoman generator for creating MEAN/SEAN stack applications, using ES6, MongoDB/SQL, Express, AngularJS, and Node - lets you quickly set up a project following best practices.Please note: If you run into trouble compiling native add-ons during the installation, follow node-gyp's short guide on required compilation tools.
yeoman-generator mongodb angular yeoman sequelize typescript babel pug sass full-stack mean angularjs express scaffold fullstack framework component front-end app angular-componentgenerator-node creates a base template to start a new Node.js module.It is also easily composed into your own generators so you can only target your efforts at your generator's specific features.
yeoman-generator scaffold node module cliSupport my open-source work by buying this awesome video course: Learn Node.js 🚀 by Wes Bos Try his free JavaScript 30 course for a taste of what to expect & check out his ES6, React, Sublime courses.See awesome-electron for more useful Electron resources.
yeoman-generator boilerplate template scaffold node desktop app application electronbabel-standalone is a standalone build of Babel for use in non-Node.js environments, including browsers. It's bundled with all the standard Babel plugins and presets, and a build of babili (babel-minify) is optionally available too.Note that .babelrc doesn't work in babel-standalone, as no file system access is available. The presets and/or plugins to use must be specified in the options passed to Babel.transform.
babel-standalone babel es2015 es6 babeljs 6to5 transpile transpiler📹 Watch this video for an overview on how to use generator-rest and deploy your project to Heroku. If you find this useful, please don't forget to star ⭐️ the repo, as this will help to promote the project. Follow me on Twitter and GitHub to keep updated about this project and others.
mongoose mongodb rest rest-api yeoman-generator boilerplate jest restful node nodejs express mongo passport ava api es6 babel generator yeomanA lightweight foundation for your next webpack based frontend project. When you run npm run build we use the mini-css-extract-plugin to move the css to a separate file and included in the head of your index.html, so that the styles are applied before any javascript gets loaded. We disabled this function for the dev version, because the loader doesn't support hot module replacement.
starter-kit boilerplate frontend webpack sass babel es6 startkit webdevA collection of packages that build a website using npm scripts. autoprefixer, browser-sync, eslint, imagemin-cli, node-sass, onchange, npm-run-all, postcss-cli, svgo, svg-sprite-generator, uglify-js.
npm cli watch build task scripts npm-scripts minify compressRelay Fullstack is a Relay scaffolding application that aims to help you get up and running a project without worrying about integrating tools. It comes with many modern technologies; Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS. Relay Fullstack is also using Hot-reload to real time update the screen whenever any code changes. Check out the Live demo on Heroku.
react relay graphql nodejs yeoman scaffolding boilerplate express es6 es7 jsx webpack babel material-design-lite postcss fullstackjavascript 2015/es6/next introduces a lot of new cool features unfortunately not yet available in the current modern browsers. This starter kit contains all the tools you need to let you run your ES6 code on any kind of platform. If you have installed correctly all the nodejs modules you can start writing your javascript modules into the src folder of course using the awesome javascript es6 syntax.
bootstrap boilerplate es6 es2015 babel starter-kitA Yeoman generator to create HTML5 games with Phaser. This generator allows for the creation of Phaser games with best practices. The main generator (yo phaser) outputs a basic Phaser game. You can also generate new prefabs (yo phaser:prefab) or states (yo phaser:state) to add to your project. You can view your game in the browser by running npm start from the project's root directory and the web page will refresh as you save your files.
yeoman phaserjs gamedev yeoman-generator phaser es2015ASP.NET Core Starter Kit is a real-world boilerplate and tooling for creating single-page web applications (SPA) oriented towards progressive enhancement design, cross-platform compatability and component-based UI architecture. It is built upon best of breed technologies including .NET Core, Kestrel, EF Core, Babel, Webpack, React, Redux, CSS Modules, React Hot Loader and more. This boilerplate comes in both C# and F# flavors.The app should become available at http://localhost:5000/. See run.js for other available commands such as node run build, node run publish etc. You can also run your app in a release (production) mode by running node run --release, or without Hot Module Replacement (HMR) by running node run --no-hmr.
First make sure you have MongoDB, Node, Npm, Yeoman, Bower and Grunt installed.
yeoman-generator yeoman generator marionette backbone framework mvcIf you're interested in writing your own Yeoman generator we recommend reading the official getting started guide. The guide covers all the basics you need to get started.A generator can be as complex as you want it to be. It can simply copy a bunch of boilerplate files, or it can be more advanced asking the user's preferences to scaffold a tailor made project. This decision is up to you.
yeoman-generator scaffold nodejs generator yeoman development dev build tool cli scaffolding generate appMEAN.JS is a full-stack JavaScript open-source solution, which provides a solid starting point for MongoDB, Node.js, Express, and AngularJS based applications. The idea is to solve the common issues with connecting those frameworks, build a robust framework to support daily development needs, and help developers use better practices while working with popular JavaScript components.One of the most frequently asked features from MEAN users is a way to scaffold their applications. As we looked for a way to help the community build and deploy production level MEAN applications, we decided to go with a Yeoman generator. Yeoman generators provides a powerful, easy to maintain, and open solution for scaffolding applications.
yeoman-generator scaffold framework component front-end app mean meanjs node express angular
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.