1.0.7 • Published 2 years ago

joks v1.0.7

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

joks - a package manager for node.js

The purpose of this project is to provide a basic understanding of how package managers work. Although functional, it is not meant to be a production-ready package manager, and is not made for use in real-world projects.

Installation

Install joks using npm:

npm i -g joks

Usage

Adding a Package

To add a package to your project using joks, run the joks add command followed by the package name:

joks add <package>

Removing a Package

To uninstall a package using joks, run the joks remove command followed by the package name:

joks remove <package>

Contributing

Thank you for considering contributing to joks ! At this time, I am not accepting contributions, but I hope to in the near future. Please check back later for updates on how to contribute.

License

joks is licensed under the MIT license.

1.0.7

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

1.0.0

2 years ago