0.0.2 • Published 4 years ago

super_duper_umbrella v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Install / Import

Node:

> npm install --save super_duper_umbrella
import { myFunction, myObject } from 'super_duper_umbrella'; 
//OR to import a specific file:
import { myFunction } from 'super_duper_umbrella/myFunction'
import { myObject } from 'super_duper_umbrella/myObject'

Deno:

For the latest version:

import { myFunction, myObject } from 'https://deno.land/x/super_duper_umbrella/mod.ts';
//OR importing specific file: 
import { myFunction } from 'https://deno.land/x/super_duper_umbrella/myFunction.ts';
import { myObject } from 'https://deno.land/x/super_duper_umbrella/myObject.ts';

To import a specific release:

import { myFunction, myObject } from 'https://deno.land/x/super_duper_umbrella@0.1.0/mod.ts';
//OR
import { myFunction } from 'https://deno.land/x/super_duper_umbrella@0.1.0/myFunction.ts';
import { myObject } from 'https://deno.land/x/super_duper_umbrella@0.1.0/myObject.ts';

CI

This repository has has continus integration and automatic publishing implemented via GitHub Action.

Refer to TEMPLATE_README.md for instructions.

patch1

patch2

0.0.2

4 years ago

0.0.1

4 years ago