Skip to content

youzan/create-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

npm version downloads PRs Welcome

create-utils

Create javascript function with no build configuration,build your own JavaScript utility library like Lodash.

Usage

npx create-utils zan-utils
cd zan-utils
npm run dev

Typescript is used by default, if you want to use javascript:

npx create-utils zan-utils --js

Why Create-utils?

Create-utils makes create a modern JavaScript utility library easier,

  • No configuration
  • Default support typescript, Automatically generate typings
  • Automatically generate documents via ESDoc
  • Support multiple modular,eg 'ESModule', 'CommonJs'
  • Test by jest
  • Load on demand

Contributing

We'd love to have your helping hand on create-utils! See CONTRIBUTING.md for more information on what we're looking for and how to get started.

License

Create utils is open source software licensed as MIT.