
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
generator-angular-typescript-gulp
Advanced tools
A no-fluff yeoman generator for AngularJS/Typescript apps, uses Gulp instead of Grunt
A no-fluff yeoman generator for AngularJS/Typescript apps, uses Gulp instead of Grunt
Once you've run the generator, you'll have:
First, install Yeoman, generator-angular-typescript-gulp, and typings using npm (we'll assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-angular-typescript-gulp
npm install -g typings
Then generate your new project:
yo angular-typescript-gulp
Install the TypeScript definitions, build and serve:
typings install
gulp
project/
β README.md
β bower.json
β gulpfile.js
β package.json
β server.js
β typings.json
ββββnode_modules/
β
β
ββββtypings/
β index.d.ts
β
ββββpublic/
β index.html
β
ββββdist/
β
β
ββββlib/ (aka bower_components)
β
β
ββββsrc/ (add your own components in here)
β
ββββapp/
β app.ts
β
demo/ (example component)
Just write and add your own src files (.ts, .html, .scss) to tidy little component folders under public/src
(example: public/src/demo
folder),
and they'll be gulped and served.
(ok a little fluff)
Apache-2.0 Β© Daniel Wild
FAQs
A no-fluff yeoman generator for AngularJS/Typescript apps, uses Gulp instead of Grunt
The npm package generator-angular-typescript-gulp receives a total of 11 weekly downloads. As such, generator-angular-typescript-gulp popularity was classified as not popular.
We found that generator-angular-typescript-gulp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Β It has 1 open source maintainer 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
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.