Package Exports
- neko-cli
- neko-cli/meow.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (neko-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Neko CLI
Neko CLI is a simple command-line utility designed to help you manage your npm and yarn packages, including adding, removing, and initializing projects with ease. It's inspired by the simplicity and fun of a "neko" (cat) theme, and aims to make package management easier and more enjoyable.
Features
- Add packages: Install npm or yarn packages quickly.
- Remove packages: Uninstall packages from your project.
- Initialize project: Create a basic
package.jsonfor your project with a single command. - Interactive CLI: A user-friendly interface with animated effects.
Installation
To get started with Neko CLI, follow these steps:
1. Install the package globally
You can install the neko-cli globally on your system using npm or yarn:
npm install -g neko-cli
# OR
yarn global add neko-cli