1.0.11 • Published 2 years ago

chef-pm v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Chef 👨‍🍳

  • Chef is a Beginner Friendly Package Manager and offers a much smarter 🔎 and cuter 😳 approach to everything.
  • Chef is still well under development, and if you would like to contribute please see the issue tab.

Usage

  • chef init : Implemented
    • Initializes your project to work with chef!
  • chef add <pName> : Implemented
    • add a package to your amazing recipe!
  • chef recommend <description as String> : Implemented
    • context search! Recommend packages on basis of the given description keywords
  • chef remove <pName> : Implemented
    • uninstall a package
  • chef search <pName> : Implemented
    • search for a package name on the registry
  • chef serve <scriptName> : Implemented
    • runs a particular script specified in the package.json file
  • chef taste <pName>
    • check if a package is dependency or direct conflict with the current packages

Installation

  • To install the chef package manager (chef-pm), use the following command:
    • npm install -g chef-pm
    • note the -g flag, it is for globally installing chef, so that he never leaves your side! 😋
  • iwr/curl
    • not available yet
  • Manual install
    • Please see the build section.

Build

  • npm install: To install all dependencies 🍰
  • npm run build: To build Typescript files 😋
  • npm link: To Install Chef as local executable 😲
  • chef: To verify integrity of installation 💖
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago