@tinyfe/install

npm install

Usage no npm install needed!

<script type="module">
  import tinyfeInstall from 'https://cdn.skypack.dev/@tinyfe/install';
</script>

README

@tinyfe/install

install dependencies into your input path.

Usage

import { install, showUseYarn } from '@tinyfe/install';

install(process.cwd(), ['@tinyfe/git-status']);

install(process.cwd(), ['@tinyfe/git-clone'], {
  useYarn: showUseYarn(),
  isOnline: true,
  devDependencies: ['lodash'],
});

Params

root

install path

dependencies

dependencies

install options

  • useYarn

  • isOnline

  • devDependencies