my-custom-module-rt

1.2.0 • Public • Published

Practice 3 : Custom NPM Module (Centraal Academy)

Install from NPM repository

npm install -g my-custom-module-rt

After install run init to create a single app

snippet init <my-app>

Create a single module

snippet module <module-name>

This command create a single module inside folder src

Use Module after cloned from Git

In root directory of module execute this to install how global module and after you can use this module with the command "snippet"

npm install -g
snippet init <name-of-app>

Run command inside a source code of module

node index.js init <projectName>

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i my-custom-module-rt

    Weekly Downloads

    1

    Version

    1.2.0

    License

    ISC

    Unpacked Size

    4.41 kB

    Total Files

    5

    Last publish

    Collaborators

    • rubens_ten