2.2.3 • Published 8 months ago

@p8ec/shared v2.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

P(8) Shared Libraries for Node.js

Shared TypeScript/JavaScript libraries for P(8) products.

Shared Configuration

Shared configuration for P(8) projects.

Usage

Installation

npm i -D @p8ec/shared

Initialization

p8-cli init

This command will create the following files in your project and remove corresponding configuration entries from package.json:

.eslintrc.js

module.exports = require('@p8ec/shared').eslintConfigRecommended;

.prettierrc.js

module.exports = require('@p8ec/shared').prettierConfigRecommended;

P(8) CLI Tool

Syntax

p8-cli [command] [options]

Commands

  • init - Initialize P(8) shared configuration in your project. Options: cleanup - remove configuration entries from package.json
  • dirn - Get the directory name. Options: 0 - current directory (default), 1 - parent directory, 2 - 2 levels up directory, etc.
2.2.3

8 months ago

2.2.1

9 months ago

2.2.2

9 months ago

1.4.1

9 months ago

1.4.0

9 months ago

2.0.3

9 months ago

2.2.0

9 months ago

2.0.2

9 months ago

2.0.5

9 months ago

2.0.4

9 months ago

2.1.0

9 months ago

2.0.1

9 months ago

2.0.0

9 months ago

1.2.0

12 months ago

1.1.7

1 year ago

1.3.3

12 months ago

1.3.2

12 months ago

1.3.1

12 months ago

1.3.0

12 months ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago