leyajs
v1.0.3
Published
Leyajs is a command-line interface (CLI) tool designed to streamline the process of initializing a new Node.js project. It automates tasks such as copying template files, installing dependencies, and running development scripts.
Downloads
7
Readme
Leyajs
Leyajs is a command-line interface (CLI) tool designed to streamline the process of initializing a new Node.js project. It automates tasks such as copying template files, installing dependencies, and running development scripts.
Features
- Quickly initialize a new Node.js project with predefined template files.
- Install project dependencies and development dependencies automatically.
- Run a custom development script (
yarn dev
) after project setup for immediate development.
Installation
You can install Leyajs globally using npm or yarn:
npm install -g leyajs
or
yarn global add leyajs
Usage
To initialize a new Node.js project, simply run the following command in your desired directory:
leya init
This will create a new project directory, copy template files, install dependencies, and run the yarn dev
command to start development.
Contributing
Contributions are welcome! If you have any ideas, suggestions, or find any issues, please feel free to open an issue or submit a pull request.
License
This project is licensed under the MIT License.