CANIHAZUSERNAME
+ +Demo
+ + + +Quickstart
+ + + +yarn add canihazusername+
+import { generate } from 'canihazusername' +generate('{character}_{english}')+
diff --git a/.gitignore b/.gitignore index b5f978e..4381749 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,10 @@ -# Editors +# General .vscode -.idea - -# Node node_modules/ -package-lock.json -yarn.lock # Build -lib dist +build .cache -src/*.js \ No newline at end of file +.parcel-cache +.vercel diff --git a/.npmignore b/.npmignore deleted file mode 100644 index b180318..0000000 --- a/.npmignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!lib/* \ No newline at end of file diff --git a/LICENSE b/LICENSE index cb98b7e..8083d11 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Nicco +Copyright (c) 2021 Niccolo Borgioli Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/demo/index.html b/demo/index.html new file mode 100644 index 0000000..5be8ac5 --- /dev/null +++ b/demo/index.html @@ -0,0 +1,39 @@ + + +
+yarn add canihazusername+
+import { generate } from 'canihazusername' +generate('{character}_{english}')+
yarn add canihazusername-
import { generate } from 'canihazusername' -generate('{character}_{english}')-