Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-atomiq

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-atomiq

Generate a Node microservice with Docker, Express, Babel, and Node Inspector support

  • 0.0.12
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20
increased by1900%
Maintainers
2
Weekly downloads
 
Created
Source

generator-atomiq NPM version

Generate a Node microservice with Docker, Express, Babel, Node Inspector support, and optional directory-based routing conventions.

atomiq provides very lightweight structure and support useful for Express-based microservices. It is not a framework and doesn't get in the way of Express, but it does offer a nice convention for directory-based routing that you can use if you choose to.

This generator will scaffold an app that correctly handles signals for graceful server shutdown, including inside of a Docker container. It provides a useful set of docker-compose files for running containers for production and development (mounts the local dist directory during development).

It generates ES6 source files and provides npm run script support for npm run babel, npm run watch, and npm run nodemon.

Features:

  • Docker support for production and development, including debugging support with Node Inspector
  • Signal handling for graceful server shutdown (including inside of Docker containers)
  • Babel support
  • ESLint / esformatter support

Installation

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

npm install -g yo
npm install -g generator-atomiq

Then generate your new project:

yo atomiq

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.

License

MIT © Tony Pujals

Keywords

FAQs

Package last updated on 10 Mar 2016

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc