Skip to content

theolampert/nano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

⚡ Nano

Very small ES2015+ boilerplate.

A tiny, configuration-free javascript setup that can be used for quick sketches or to build on top of.

Goals:

  • Provide a sane, modern javascript development experience.
  • No framework or library opinions.

Features:

  • Zero runtime dependencies.
  • ES2015+ transformations via the Buble compiler.
  • ES2015 modules with tree-shaking via Rollup.js.
  • Unit tests with Tape.

Commands:

# Run unit tests
npm test

# Run unit tests in watch mode
npm run test:watch

# Run rollup
npm run build

# Run rollup in watch mode
npm run watch

About

Very small ES2015+ boilerplate.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published