1.0.6 • Published 8 years ago
flaka v1.0.6
Flaka
Flaka is a simple cli tool for generating web application templates.
Installation
npm install -g flaka
Usage
$ flaka new
$ Project name: <Your project name>
$ Project template: <choose your template>Templates
webpack-javascript - Template with Babel ES2015 Preset and Webpack.
webpack-typescript - Template with Babel ES2016 and Webpack using Typescript.
express-javascript - Template with Babel ES2015 and Webpack served with express using javascript.
express-typescript - Template with Babel ES2016 and Webpack served with express using typescript.
angular-js - Blank template with Webpack and AngularJs 1.6.8.
angular-js-firebase - Blank template using AngularJs and Realtime Firebase Database.
mean-stack - Blank MeanStack template using Express - AngularJs - MongoDB(mongoJs).