upgraded_computing_machine
v0.0.1
Published
This is just a test
Downloads
1
Readme
Install / Import
Node:
> npm install --save upgraded_computing_machine
import { myFunction, myObject } from 'upgraded_computing_machine';
//OR to import a specific file:
import { myFunction } from 'upgraded_computing_machine/myFunction'
import { myObject } from 'upgraded_computing_machine/myObject'
Deno:
For the latest version:
import { myFunction, myObject } from 'https://deno.land/x/upgraded_computing_machine/mod.ts';
//OR importing specific file:
import { myFunction } from 'https://deno.land/x/upgraded_computing_machine/myFunction.ts';
import { myObject } from 'https://deno.land/x/upgraded_computing_machine/myObject.ts';
To import a specific release:
import { myFunction, myObject } from 'https://deno.land/x/[email protected]/mod.ts';
//OR
import { myFunction } from 'https://deno.land/x/[email protected]/myFunction.ts';
import { myObject } from 'https://deno.land/x/[email protected]/myObject.ts';
CI
This repository has has continus integration and automatic publishing implemented via GitHub Action.
Refer to TEMPLATE_README.md for instructions.
Patch1