@gruzf/numen-lib v2.0.11
numen LIB

NUMEN LIB will help you init your library using
typescript. Based on the @gruzf/numen-cli and @gruzf/numen
Install
npm install -g @gruzf/numen-clior
yarn global add @gruzf/numen-cliUsage
numen-lib create
npx @gruzf/numen-lib createAfter initializing the project, compile it
npm run startand use it from compiled folder (lib as default)
import yourFunction from "./lib";Options
example
Initialize example folder
numen-lib create -ePublishing
For publishing, numen lib uses semantic-release configured for GitLab and commitlint. You just need to set secret variables in GitLab CI/CD and run your code, after successful completion of the pipeline, your library will be published on npm
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago