1.7.0 • Published 6 years ago

@spreact/cli-shared-utils v1.7.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@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

1.7.0

6 years ago

1.6.0

6 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago