New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jsproj

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsproj

Project Template Generator

1.0.1
latest
npm
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source

jsproj: Node Project template

Goal

Provide a production-ready minimalist Node project template.

Usage

The template assumes latest versions of git, nodejs (LTS) are installed.

Important: Your SSH key must be registered on Bitbucket

$ npm install -g jsproj
$ jsproj <myApp>
Structure
.dockerignore
.eslintignore
.eslintrc.json
.gitignore
.npmignore
LICENSE
README.md
package.json
bin/
config/
docs/
src/
test/
dist/
Contributing
  • Fork this repo and make changes in your own fork.
  • Commit your changes and push to your fork git push origin master
  • Create a new pull request and submit it back to the project.
Bugs & Issues

To report bugs (or any other issues), use the issues page.

Keywords

node

FAQs

Package last updated on 04 Jan 2018

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