Socket
Socket
Sign inDemoInstall

create-javascript-project

Package Overview
Dependencies
120
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-javascript-project

Keep you away from boring procedures for new JavaScript/TypeScript project


Version published
Weekly downloads
17
increased by183.33%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

create-javascript-project

Keep you away from boring procedures for new JavaScript/TypeScript project

Release Version Downloads/week License oclif

Description

The following configurations of the common tools will be generated

  • Yarn 2 (.yarn, .yarnrc.yml)
  • ESLint (.eslintignore, .eslintrc)
  • Prettier (.prettierrc)

You can choose which tool you want to set up

Usage

The following step which are executed:

  1. Generate/update configurations
  2. Create/update ignore files
  3. Add necessary dependencies
  4. Add scripts to package.json (optional)
$ npm install -g create-javascript-project
$ create-javascript-project COMMAND
running command...
$ create-javascript-project (-v|--version|version)
create-javascript-project/1.8.0 linux-x64 node-v14.16.0
$ create-javascript-project --help [COMMAND]
USAGE
  $ create-javascript-project COMMAND
...

Commands

You can run by these commands:

# npm
npx create-javascript-project

# yarn
yarn create javascript-project

# yarn 2
yarn dlx create-javascript-project

Technically, this tool is used for existing project. It must be run in a project directory with package.json file.

Keywords

FAQs

Last updated on 04 Apr 2021

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