1.0.3 • Published 2 years ago

@newhorizon-tech/dd-npm-package-template v1.0.3

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

NPM Package Template

This is a template NPM package repository. Get started with the following commands:

git clone https://github.com/Antman261/npm-package-template.git my-package
cd my-package
rm -rf .git
git init
git remote add origin https://github.com/<YOUR USERNAME>/<YOUR REPOSITORY>
nvm use
npm i

Where my-package is the name of your package

Now you can begin developing your package!

Included package scripts

  • npm run watch Use this during development to run tests on change
  • npm run build Build your library
  • npm run build-docs Builds the documentation using TypeDoc and TypeDoc Markdown

Setting up GitHub Pages and CircleCI

GitHub Pages

Hosting your docs on GitHub Pages makes it easier to read the full documentation for your package. TypeDoc will generate markdown for your JSDoc comments. GitHub's Jekyll engine then parses and renders the markdown into HTML on their pages server.

Set up a GitHub Pages site for your package as a project site with the following steps:

  1. Follow the instructions in the GitHub Pages Docs to set up Pages on your GitHub account or organisation if not already configured.
  2. Go to your repository for this package on GitHub and click Settings
  3. Click Pages
  4. Configure the branch as main (or master) and the directory to /docs
  5. Configure the remaining settings as per your own preferences

CircleCI

A basic CircleCI config is included in this template. It will install dependencies and run tests. Use this to ensure that pull requests from contributors pass tests.

  1. Login to CircleCI with GitHub
  2. Click "Projects"
  3. Click "Set up project" for this repository and follow the instructions

Also consider setting up branch protection and requiring passing checks from CircleCI for pull requests.

Finish setting up your package

You'll need to update the following files and properties to finish setting up your package:

  • package.json => "name"
  • package.json => "description"
  • package.json => "repository.url"
  • package.json => "author"
  • CONTRIBUTING.md -- Update for your project
  • LICENSE -- Add your name to the copyright notice or replace with another license.
  • README.md -- Time to update the file you're reading! Add your own description and usage examples for your package.

After completing the above you can use npm publish to publish your package, complete with type definitions and docs.

acorn-jsxacornaggregate-errorajvansi-regexansi-stylesansi-colorsanymatchansi-escapesargparseargastral-regexat-least-nodebrace-expansionassertion-errorbrowser-stdoutbracesbalanced-matchcallsitesbuffer-fromcamelcasechalkbinary-extensionscheck-errorchaicli-cursorcli-truncateclean-stackcolor-convertcolor-namecolorschokidarconcat-mapcreate-requiredecamelizecosmiconfigcliuidedentcross-spawndeep-eqlcommanderdebugdoctrinedeep-isend-of-streamemoji-regexdiffenquirererror-exeslint-scopeescaladeescape-string-regexpeslint-utilsesprimaeslintespreeeslint-visitor-keysestraverseesutilsfast-deep-equalesrecursefast-levenshteinfill-rangeesqueryexecafiguresfast-json-stable-stringifyfile-entry-cachefs-extrafind-upflattedfunctional-red-black-treeflat-cachefseventsfs.realpathfunction-bindget-func-nameflatget-caller-fileget-own-enumerable-property-symbolsget-streamgraceful-fsglobalshas-flagglobgrowlhasheignoreglob-parentimport-freshhandlebarsinflightindent-stringhuman-signalsinheritsis-arrayishimurmurhashis-fullwidth-code-pointis-binary-pathis-extglobis-core-moduleis-numberis-objis-globis-regexpis-unicode-supportedis-plain-objis-streamjs-tokensisexeinterpretjson-schema-traversejson-parse-even-better-errorsjson-stable-stringify-without-jsonifylines-and-columnsjs-yamljsonfilelint-stagedlocate-pathlistr2lodash.clonedeeplodash.truncatelru-cachelevnlog-updatelunrmerge-streamlodashlog-symbolsmimic-fnminimatchmake-errornatural-comparemsmicromatchnormalize-pathmarkedminimistnanoidnpm-run-pathp-limitp-locateoncepath-existsneo-asyncparent-modulepath-is-absolutepath-parsepath-typeoptionatoronigasmparse-jsonp-mappathvalprelude-lspicomatchpath-keyplease-upgrade-nodeprogresspumppunycodeonetimereaddirpprettierrequire-directoryrechoirrequire-from-stringrestore-cursorrandombytesregexppresolve-fromsemver-comparerimrafsemverresolveshebang-regexsafe-bufferserialize-javascriptshebang-commandrxjssignal-exitshelljssource-mapslice-ansishikistring-argvsprintf-jsstring-widthstringify-objectstrip-ansisource-map-supportstrip-final-newlinetext-tablethroughsupports-colorto-regex-rangetabletype-detecttslibtype-checkstrip-json-commentstype-festtypedoc-plugin-markdowntypescripttypedocts-nodeuniversalifyuglify-jsv8-compile-cachewide-alignvscode-textmateword-wraptypedoc-default-themeswordwrapuri-jswrappywhichy18nwrap-ansiworkerpoolynyamlyallistyargs-parseryargsyargs-unparseryocto-queue
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago