All Projects → youzan → create-utils

youzan / create-utils

Licence: MIT license
Build your own js library by running one command

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
typescript
32286 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].