1.0.0 • Published 10 months ago

@ice1/pkg-in v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

pkg-in

$ npm install @ice1/pkg-in

Examples

import pkg_in from '@ice1/pkg-in';

((async () => {
    const pkg = new pkg_in();
    await pkg.set();

    await pkg.install.react();
    await pkg.uninstall.react();
})());
1.0.0

10 months ago