inita-cli

1.2.2 • Public • Published

Inita CLI

CLI for easier project initialization

Version Downloads/week License

Installation

To use the init command globally install it using the -g argument of the npm install command like this:

npm install -g inita-cli

How it works

Inita CLI uses yargs to parse given arguments and create appropriate folder structure

How to use

It's simple to use Inita CLI, all you have to do is pass folder name and package manager arguments. Let's assume the name is petProject and package manager is yarn. To create folder and initalize git and yarn in this case simply use the following command:

inita -n petProject -p yarn

Or to initalize project with npm.

inita -n petProject -p npm

Inita CLI can also be used with npx command if you'd rather not install it globally.

npx inita-cli -n petProject -p yarn

License

This project is licensed under MIT license

Package Sidebar

Install

npm i inita-cli

Weekly Downloads

4

Version

1.2.2

License

ISC

Unpacked Size

9.02 kB

Total Files

8

Last publish

Collaborators

  • simun