@drupsys/logger
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

Node Package Starter

A starter project for node packages

1. Git setup

  1. Clone into a desired directory git clone git@github.com:drupsys/node_package_starter.git <package-name>
  2. Run sudo rm -r .git && git init to remove old git repository and create a new one
  3. Open https://github.com create new repository with your package name
  4. Add remote to your git setup with git remote add origin git@github.com:<username>/<repository>.git as instructed on the blank repository's page

2. NPM setup

  1. Run npm init and fill in project details
  2. Run npm install to install dependencies

3. Circle Ci Setup

  1. Open https://circleci.com/add-projects/gh/

/@drupsys/logger/

    Package Sidebar

    Install

    npm i @drupsys/logger

    Weekly Downloads

    9

    Version

    1.1.2

    License

    UNLICENSED

    Last publish

    Collaborators

    • drupsys