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

@authmaker/generator-express

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@authmaker/generator-express

Yeoman generator for Authmaker express apps

  • 3.2.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

@authmaker/generator-express Build Status

Yeoman generator

Getting Started

If you don't know Yeoman go read up on it here or just follow the instructions below, what's the worse that can happen!?

Installing

Check if you have yeoman installed with yo --version if not use this:

npm install -g yo

We will soon be updating this package to use npm private modules but for now install using the following

npm install -g @authmaker/generator-express

Create the folder that you want to be a project, cd into that folder and run the following:

yo @authmaker/express

Available generators

The default generator will get you started with a boilerplate application. Once you have that application up and running you can use some of the following commands to add key features

Test System

to be documented

Background Tasks
yo @authmaker/express:background-tasks

The background tasks system uses Kue and allows you to have a new file per each job type available in your system.

You will also be asked if you want to add a cron system which will use node-cron. This is intended to allow you to create Kue tasks at regular intervals.

License

All Rights Reserved © Chris Manson chris@manson.ie

Keywords

FAQs

Package last updated on 19 Jun 2019

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