generator-libraryjs

Generator for javascirpt library

Usage no npm install needed!

<script type="module">
  import generatorLibraryjs from 'https://cdn.skypack.dev/generator-libraryjs';
</script>

README

generator-libraryjs

Simple javascirpt library project generator

Installation

First, install Yeoman and generator-libraryjs using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-libraryjs

Then generate your new project:

yo libraryjs appName [path] -f

Options

--cmd

Generate javascript library project to create javascirpt command line tool

--circleci

Generate circleci configuration file for continuous integration testing circleci

--travis

Generate travis ci configuration file for continuous integration testing using travis ci

--yarn

use yarn to install packages dependencies

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © nassih soufiane