Socket
Socket
Sign inDemoInstall

@couds/node-app-generator

Package Overview
Dependencies
349
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @couds/node-app-generator

Currently this package only have one type of template (API), this template have what I think is the bare minimum you should have on your api.


Version published
Weekly downloads
1
Maintainers
1
Install size
8.18 MB
Created
Weekly downloads
 

Readme

Source

Node App Generator

Currently this package only have one type of template (API), this template have what I think is the bare minimum you should have on your api.

How to use

  • Install the package with npm i -g @couds/node-app-generator
  • Run the generator node-app-generator. This will ask you a series of questions, which template you want to use and name of your project.
  • Now you can open the project in your favorite code editor.
  • Read the readme inside your project for specific instructions of the template.

Code fun =)

Add your own template

New templates are more than welcome, to add it just create a PR adding your project template in src/templates/[your-template-name]

To take into account

There are some placeholders that will be string replaced when a user create a template, for example project__name__ will be replaced for the actual project name.

Probably there will be more placeholders in the future, but should probably follow the same convention

  • All lowercase
  • Snake_case with double underscore
  • Ends with double underscore

FAQs

Last updated on 05 Nov 2020

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc