1.1.1-alpha.0 • Published 4 years ago

@friendly-tnsvue/migration-models v1.1.1-alpha.0

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
4 years ago

packages

@friendly-tnsvue/cli

Package: npm (scoped)

Path: packages/cli

Info: User-friendly interface for project packages

@friendly-tnsvue/migration-service

Package: npm (scoped)

Path: packages/migration-service

Info: Functional* and automated service for migrate VueJS projects to {N}

@friendly-tnsvue/migration-models

Package: npm (scoped)

Path: packages/migration-models

Info: Presets of some common projects types used in @friendly-tnsvue/migration-service


Development

Want to contribute? Great!

Dillinger uses Lerna, Webpack and Typescript for fast developing.

$ git clone https://github.com/friendly-tnsvue/monorepo.git && cd monorepo
$ lerna bootstrap
$ lerna exec yarn # or npm install

Register CLI

$ cd packages/cli
$ yarn link

Make a change in your file and instantaneously see your updates!

Open your favorite Terminal and run these commands.

First Tab:

$ cd packages/migration-service
$ yarn dev

Second Tab:

$ cd packages/migration-models
$ yarn dev

License

GPL-3.0