1.0.0-beta.2 • Published 6 years ago

@softeq/types v1.0.0-beta.2

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

Set of Reusable Libraries for Angular

This repository has the following libraries:

How to develop

This library defines set of commands to make development easier.

build

npm run build -- [library name]
npm run build -- data-types-lib  
npm run build -- angular-masked-data-types-lib

Builds library and its dependencies.

test

npm run test -- [library name]
npm run test -- data-types-lib  
npm run test -- angular-masked-data-types-lib

Builds library dependencies and runs its tests

prepare

npm run prepare -- [library name]
npm run prepare -- data-types-lib  
npm run prepare -- angular-masked-data-types-lib

Prepares library for publishing, built library can be found in dist directory

How to publish

  1. Login into npm with @softeq scope
    npm login --scope=@softeq    
  2. Prepare package to publish
    npm run prepare -- <package name>
    # for example
    # npm run prepare -- angular-masked-data-types-lib
  3. Go to dist/<package name> directory (for example, dist/angular-masked-data-types-lib)
  4. Publish target package
    npm publish --access=public
1.0.0-beta.2

6 years ago

1.0.0-beta.1

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago