4.0.0 • Published 6 years ago

outset-lib v4.0.0

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

outset-lib

outset-lib on NPM

A boilerplate for vanilla JavaScript libraries.

Features

  • Convenient. Scaffold a project by running 1 command in your terminal.
  • Customized. The library name you choose is used to pre-populate the template.
  • Modern. Write ES6/7 syntax, and let users consume it how they want to (AMD, CommonJS, or script tag).
  • Lean. Distribution files support users with tree-shaking bundlers (and the package.json is setup correctly).

Install

Using NPM, install outset-lib globally.

$ npm install outset-lib -g

Use

To create a new project:

# make a directory for it
$ mkdir project && cd project

# run outset-lib, passing the project name
$ outset-lib project

# install dependencies, and start coding
$ npm i && npm run dev

License

MIT. © 2017 Michael Cavalea

4.0.0

6 years ago

3.1.0

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago