Skip to content

A skeleton repo as a starting point for your package

License

Notifications You must be signed in to change notification settings

nuclei/package-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package-Skeleton

An empty repo for starting your js package

Usage

Just clone the repo and start hacking in it

$ git clone --depth 1 -b master https://github.com/nuclei/package-skeleton.git yourRepo
$ git remote set-url origin https://github.com/yourName/yourRepo.git
$ cd yourRepo && npm i

Tests

By default npm test assures you stick to the standardjs rules, catches typescript errors and validates your readme using standard-readme.

$ npm test

Build

Run npm run build to convert your source file defined in the package.json as package.config.src into a compiled js file defined by package.main.

$ npm run build
$ npm run build:watch

About

A skeleton repo as a starting point for your package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published