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

2.0.3 • 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/

Package Sidebar

Install

npm i @drupsys/system_logger

Weekly Downloads

0

Version

2.0.3

License

UNLICENSED

Last publish

Collaborators

  • drupsys