
Security News
Security Community Slams MIT-linked Report Claiming AI Powers 80% of Ransomware
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.
generator-fountain-angular2
Advanced tools
Yeoman Fountain generator to scaffold a webapp with Angular 2 written in ES6 (Babel), TypeScript through Webpack or SystemJS including tools Gulp 4, ESLint, Browsersync and Karma
Fountain Angular 2 Generator allows you to start an Angular2 web app with the best developer experience possible!
No matter what framework or module management you want to use, we got you covered with a cutting edge working configuration.
We use Gulp 4 as a task manager but we'll ask you questions about:
This generator is a sub-generator of the the Yeoman Fountain generator for webapps generator-fountain-webapp.
To utilize the best of the Yeoman infrastructure, we heavily rely on the composability features that the generators offer.
Thereby, each requirement for your application will be addressed by a dedicated Yeoman generator (generators utilized will vary depending on the options selected).
Additional information: DESIGN.md.
This generator is targeted to be used with Node >= 6.0.0 and NPM => 3.0.0. You can check your version number with the command
node --version && npm --version
yo:npm install -g yo
generator-fountain-angular2:npm install -g generator-fountain-angular2
mkdir my-new-project && cd my-new-project
yo fountain-angular2, and select desired technologies:yo fountain-angular2
npm run build to build an optimized version of your application in /distnpm run serve to launch a browser sync server on your source filesnpm run serve:dist to launch a server on your optimized applicationnpm run test to launch your unit tests with Karmanpm run test:auto to launch your unit tests with Karma in watch modeIf you have gulp-cli installed in global packages you can use equivalent:
gulp or gulp buildgulp servegulp serve:distgulp testgulp test:autoIf you don't have gulp-cli installed globally, the following error will occur:
/usr/local/lib/node_modules/gulp/bin/gulp.js:121 gulpInst.start.apply(gulpInst, toRun); TypeError: Cannot read property 'apply' of undefined
Few sub-generators are available. You can see the full list by running yo --generators.
Each generator has 2 options:
--name--dirExample:
yo fountain-angular2:component --name myComponent --dir components/game
FAQs
Yeoman Fountain generator to scaffold a webapp with Angular 2 written in ES6 (Babel), TypeScript through Webpack or SystemJS including tools Gulp 4, ESLint, Browsersync and Karma
The npm package generator-fountain-angular2 receives a total of 50 weekly downloads. As such, generator-fountain-angular2 popularity was classified as not popular.
We found that generator-fountain-angular2 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.