1.0.1-2.2 • Published 25 days ago

parfum-js v1.0.1-2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
25 days ago

Parfum.js

Parfum.js - new framework, created by independent developer

How to remove unused packages warnings

If you wanna to remove warnings for specified libraries add "untrackedPackages: {}" to parfum.json and add there packages that you want to remove warnings for. Else if you wanna to disable all warnings add "disableTracking: true" to parfum.json.

Example

{
  "untrackedPackages": { # Warnings won't show for specified unused packages
    "ts-loader": "^9.5.1",
    "typescript": "^5.3.3",
    "graceful-fs": "^4.2.11",
    "fs-extra": "^11.2.0",
    "babel-core": "^6.26.3"
    # Other packages
  }

  # or

  "disableTracking": true # Warnings won't show for all unused packages
}

How to change template of new projects

If you wanna to change template of new projects you need to go to you package manager root (for example npm) and there will be "tempaltes" folder for javascript and typescript. You can change them freely like you want.

1.0.1-2.1

25 days ago

1.0.1-2.2

25 days ago

1.0.9

25 days ago

1.0.8

26 days ago

1.0.7

26 days ago

1.0.6

26 days ago

1.0.5

26 days ago

1.0.11

25 days ago

1.0.10

25 days ago

1.0.12

25 days ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago