1.0.18 • Published 9 days ago

@nerdjs/nerd-core v1.0.18

Weekly downloads
-
License
ISC
Repository
-
Last release
9 days ago

Nerd-Network library starter

styled with prettier

A Nerd-network library to handle API.

Usage

npm install

Features

Importing library

You can import the generated bundle to use the whole library generated by this starter:

import myLib from 'mylib'

Additionally, you can import the transpiled modules from dist/lib in case you have a modular library:

import something from 'mylib/dist/lib/something'

NPM scripts

  • npm start: Run npm run build in watch mode
  • npm run build: Generate bundles and typings, create docs
  • npm run lint: Lints code
  • prettier-format: Add setting up prettier format to code

Excluding peerDependencies

On library development, one might want to set some peer dependencies, and thus remove those from the final bundle. You can see in Rollup docs how to do that.

Good news: the setup is here for you, you must only include the dependency name in external property within rollup.config.js. For example, if you want to exclude lodash, just write there external: ['lodash'].

1.0.18

9 days ago

1.0.17

1 month ago

1.0.16

3 months ago

1.0.15

4 months ago

1.0.14

6 months ago

1.0.13

7 months ago

1.0.12

12 months ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago