🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

create-js-project

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-js-project

Set up a JavaScript project by running one command.

1.0.0
latest
Source
npm
Version published
Weekly downloads
28
47.37%
Maintainers
1
Weekly downloads
 
Created
Source

Create JavaScript Project

Set up a JavaScript project by running one command.

Before you start, you need to globally install create-js-project via npm or yarn:

npm i -g create-js-project

yarn global add create-js-project

Then, follow these 3 simple steps:

  • Create a project, optionally providing a [project-name] for your project:
create-js-project [project-name]

npm init js-project [project-name]
  • Answer the questions, such as your project's name and desired template.
  • Wait until the installation is complete and start coding!

Keywords

javascript

FAQs

Package last updated on 26 Jan 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