@spreact/cli-shared-utils

1.7.0 • Public • Published

@spreact/cli-shared-utils

Shared Utilities for Spreact CLI and CLI Scripts/Service

The Utilities is a extract of generally used scripts between all Spreact Library. The Utilities can be used for each Spreact based application or other applications. The utilities code can be used by the scope provided.

NOTE: The Spreact Utilities is an extract of vue-cli-shared-utilities and Upgraded to fit Spreact Library. 

Spreact CLI Shared Utils can be install via npm/yarn using

npm install @spreact/cli-shared-utils or yarn add @spreact/cli-shared-utils

After installation you can use the package by importing as a single import from the library 

import { ... } from '@spreact/cli-shared-utils' or cont { ... } = require('@spreact/cli-shared-utils') 

or multiple import directly from the library 

import { ..., ..., ..., ... } from '@spreact/cli-shared-utils' or const{ ..., ..., ..., ... } = require('@spreact/cli-shared-utils')

To Understand how to use the library please refer to the Wiki for documentation of each library and function in the package.

Contributing to the library

Readme

Keywords

Package Sidebar

Install

npm i @spreact/cli-shared-utils

Weekly Downloads

0

Version

1.7.0

License

MIT

Unpacked Size

29.2 kB

Total Files

13

Last publish

Collaborators

  • quadphobz