npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

generator-full-separated-angular-spring

v0.2.5

Published

A full separated project that features AngularJS as frontend framework and Spring as Java backend framework

Readme

generator-full-separated-angular-spring NPM version Build Status Dependency Status

A full separated project that features AngularJS as frontend framework and Spring as Java backend framework

Installation

First, install Yeoman and generator-full-separated-angular-spring using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-full-separated-angular-spring

Then generate your new project:

yo full-separated-angular-spring [<project-name> | --skip-welcome-message | --skip-install]

Aim

The reason why I began developing this generator is because I found out the need to have a well-defined, precisely structured base project where to start, that don't take more than few minutes to setup. The second reason is because I had the need to completely separate the environments in two different servers, one running with high performances for the backend, the second in a standard web-hosting.

This lead the way to a safer environment because you are able to isolate the backend in a secure server at will.

Getting To The full separated generator

The best way I found to scaffhold a new project is using Yeoman and its generators, so I decided to create one myself for my purpose. My generator is based upon the official generator-angular and davetownsend's generator-spring. Initially the two generators will be exactly the same as the original, but I've planned to develop a new version better suited for my idea. The project is newborn and is subject to extreme changes, but since is not a direct dependency you can trust it to be used in a will-be-in-production project. By the way everything that is published is always of some value to the user. By now the generator creates a spring-based java structure and an angularjs project both connected with maven, the angular project based upon Grunt or Gulp and Bower. A parent pom is generated and two connected poms are linked to it. When built each module will generate a deployable war ready to go.

There are some examples pre-created in the project to guide the user in using the new structure.

This readme is also subject to updates. For any information please mail me, if any bug is found just open an issue on GitHub.

License

MIT © Gianmarco Laggia