New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-pardjs-module

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-pardjs-module

The cli fool for create pardjs module scaffold

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

create-pardjs-module

The cli fool for create pardjs module scaffold

oclif Version Downloads/week License

Usage

This is a lib followed NPX approach to create module project for pardjs.

Use this with yarn yarn create pardjs-module [module-name]

Once sucess the module-name will be created at the same folder that you execute this command.

Commands

Run the command with yarn [command]

Please always use yarn commit instead of git commit

lint: lint all ts file in src and test folder.
build: Compile and build the project.
build:doc: Build doc with typedoc lib.
test: Execute the test in the project.
test:watch: Execute the test in watch mode.
commit: Make a commit followed the best approach.
release: Make a release followed the best approach (For module it will publish to NPM, for service it will build docker image.)

Keywords

oclif

FAQs

Package last updated on 11 Aug 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