0.0.2 • Published 4 years ago

bookish_adventure_yet_again v0.0.2

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

Install / Import

Node:

$ npm install --save bookish_adventure_yet_again
import { myFunction, myObject } from 'bookish_adventure_yet_again'; 

Specific import

import { myFunction } from 'bookish_adventure_yet_again/myFunction';
import { myObject } from 'bookish_adventure_yet_again/myObject';

Deno:

For the latest version:

import { myFunction, myObject } from 'https://deno.land/x/bookish_adventure_yet_again/mod.ts';

To import a specific release:

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

Specific imports:

import { myFunction } from 'https://deno.land/x/bookish_adventure_yet_again/myFunction.ts';
import { myObject } from 'https://deno.land/x/bookish_adventure_yet_again/myObject.ts';

Import from HTML, with CDN

<script src="//unpkg.com/bookish_adventure_yet_again/bundle.min.js"></script>
<script>
  const { myFunction, myObject } = bookish_adventure_yet_again;
</script>

You can import a specific version unpkg.com

Contribute

npm install
npm run build
npm test

a change